public class WorkflowExecutionItemImpl extends BaseExecutionItem implements WorkflowExecutionItem
COMMAND_TYPE_CONDITIONAL, COMMAND_TYPE_NODE_FIRST, COMMAND_TYPE_PARALLEL, COMMAND_TYPE_STEP_FIRST, CONDITIONAL, NODE_FIRST, PARALLEL, STEP_FIRST| Constructor and Description |
|---|
WorkflowExecutionItemImpl(IWorkflow workflow) |
WorkflowExecutionItemImpl(WorkflowExecutionItem item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getType() |
IWorkflow |
getWorkflow()
Return the workflow definition
|
int |
hashCode() |
java.lang.String |
toString() |
getLabel, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLabelpublic WorkflowExecutionItemImpl(IWorkflow workflow)
public WorkflowExecutionItemImpl(WorkflowExecutionItem item)
public IWorkflow getWorkflow()
WorkflowExecutionItemgetWorkflow in interface WorkflowExecutionItempublic java.lang.String getType()
getType in interface StepExecutionItempublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object