|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkflowTransition
Field Summary | |
---|---|
static String |
HUMAN_TASK_PREFIX
|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
IWorkflowNode |
getFromNode()
|
IHumanTask |
getFromTask()
Deprecated. use getFromNode() |
String |
getName()
Transition name |
IWorkflowNode |
getToNode()
The target node |
IHumanTask |
getToTask()
Deprecated. use getToNode() |
boolean |
isCancel()
True if target Node is the Cancel Node |
boolean |
isStart()
True if getFromNode() is the Start Node |
boolean |
isSubmit()
True if target Node is the Submit Node |
boolean |
isUseCustomLabel()
Indicates if a custom label and description are defined for this transition otherwise label of target node is used |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.ILink |
---|
getBendPoints, getWidth, isAbsoluteBendPoints |
Field Detail |
---|
static final String HUMAN_TASK_PREFIX
Method Detail |
---|
String getName()
boolean isUseCustomLabel()
IWorkflowNode getFromNode()
IWorkflowNode getToNode()
boolean isSubmit()
boolean isCancel()
boolean isStart()
getFromNode()
is the Start Node
@Deprecated IHumanTask getFromTask()
getFromNode()
@Deprecated IHumanTask getToTask()
getToNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |