public interface IWorkflowTransition extends IUniquelyNamed, ILink, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
HUMAN_TASK_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
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
|
getPrefixedUniqueName, getUniqueName
getBendPoints, getWidth, isAbsoluteBendPoints
static final String HUMAN_TASK_PREFIX
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()
Copyright © 2019. All rights reserved.