public interface WorkflowNode extends HasMetaData
WorkflowNode represents a node/step in a
WorkflowModel.| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_AND_JOIN |
static String |
TYPE_AND_SPLIT |
static String |
TYPE_CONTAINER |
static String |
TYPE_DYNAMIC_PARTICIPANT |
static String |
TYPE_END |
static String |
TYPE_EXTERNAL_PROCESS |
static String |
TYPE_INBOX_REQUEST |
static String |
TYPE_OR_JOIN |
static String |
TYPE_OR_SPLIT |
static String |
TYPE_PARTICIPANT |
static String |
TYPE_PROCESS |
static String |
TYPE_START |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the
WorkflowNode. |
String |
getId()
Returns the ID of the
WorkflowNode. |
List<WorkflowTransition> |
getIncomingTransitions()
Returns the incoming
s assigned
to the WorkflowNode. |
String |
getTitle()
Returns the
WorkflowNodes title. |
List<WorkflowTransition> |
getTransitions()
Returns the outgoing
s assigned
to the WorkflowNode. |
String |
getType()
Returns the type of the
WorkflowNode. |
void |
setDescription(String description)
Set the description of the
WorkflowNode. |
void |
setTitle(String title)
Sets the title of the
WorkflowNode. |
void |
setType(String type)
Sets the type of the
WorkflowNode. |
getMetaDataMapstatic final String TYPE_START
static final String TYPE_END
static final String TYPE_AND_SPLIT
static final String TYPE_AND_JOIN
static final String TYPE_OR_SPLIT
static final String TYPE_OR_JOIN
static final String TYPE_PROCESS
static final String TYPE_CONTAINER
static final String TYPE_PARTICIPANT
static final String TYPE_DYNAMIC_PARTICIPANT
static final String TYPE_EXTERNAL_PROCESS
static final String TYPE_INBOX_REQUEST
String getId()
WorkflowNode.WorkflowNode.String getType()
WorkflowNode. Must be unique
across all available types of WorkflowNodes.WorkflowNode.void setType(String type)
WorkflowNode. Must be unique across
all available types of WorkflowNodes.type - The new type the the WorkflowNode.String getDescription()
WorkflowNode.WorkflowNode.void setDescription(String description)
WorkflowNode.description - The new description of the WorkflowNode.List<WorkflowTransition> getTransitions()
WorkflowTransitions assigned
to the WorkflowNode.WorkflowTransitions associated with the
WorkflowNode (only outgoing).List<WorkflowTransition> getIncomingTransitions()
WorkflowTransitions assigned
to the WorkflowNode.WorkflowTransitions associated with the
WorkflowNode (only incoming).String getTitle()
WorkflowNodes title.WorkflowNode.void setTitle(String title)
WorkflowNode.title - The new title of the WorkflowNode.Copyright © 2010 - 2020 Adobe. All Rights Reserved