public interface WorkflowTransition extends HasMetaData
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
getFrom()
Returns the
that is the source of
this WorkflowTransition . |
java.lang.String |
getRule()
Returns the rule that defines if this
WorkflowTransition
can be followed or not. |
WorkflowNode |
getTo()
Returns the
that is the target of
this WorkflowTransition . |
void |
setFrom(WorkflowNode from)
Sets the
that is the source of this
WorkflowTransition . |
void |
setRule(java.lang.String rule)
Sets the rules that defines if this
WorkflowTransition can
be followed or not. |
void |
setTo(WorkflowNode to)
Sets the
that is the target of this
WorkflowTransition . |
getMetaData, getMetaDataMap
WorkflowNode getFrom()
WorkflowNode
that is the source of
this WorkflowTransition
.WorkflowNode
that is the source of
this WorkflowTransition
.void setFrom(WorkflowNode from)
WorkflowNode
that is the source of this
WorkflowTransition
.from
- The WorkflowNode
that is the source of
this WorkflowTransition
.WorkflowNode getTo()
WorkflowNode
that is the target of
this WorkflowTransition
.WorkflowNode
that is the target of
this WorkflowTransition
.void setTo(WorkflowNode to)
WorkflowNode
that is the target of this
WorkflowTransition
.to
- The WorkflowNode
that is the target of
this WorkflowTransition
.java.lang.String getRule()
WorkflowTransition
can be followed or not.WorkflowTransition
.void setRule(java.lang.String rule)
WorkflowTransition
can
be followed or not.rule
- The execution rule of the WorkflowTransition
.Copyright © 2010 - 2020 Adobe. All Rights Reserved