public interface WorkflowInstance
| Modifier and Type | Method and Description |
|---|---|
void |
addChildWorkflowInstance(WorkflowInstance childWorkflowInstance) |
int |
getChildrenWorkflowInstanceCount() |
java.util.List<WorkflowInstance> |
getChildrenWorkflowInstances() |
java.util.Date |
getEndDate() |
WorkflowInstance |
getParentWorkflowInstance() |
long |
getParentWorkflowInstanceId() |
java.util.Date |
getStartDate() |
java.lang.String |
getState() |
java.util.Map<java.lang.String,java.io.Serializable> |
getWorkflowContext() |
java.lang.String |
getWorkflowDefinitionName() |
int |
getWorkflowDefinitionVersion() |
long |
getWorkflowInstanceId() |
boolean |
isComplete() |
void |
setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance) |
void addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
int getChildrenWorkflowInstanceCount()
java.util.List<WorkflowInstance> getChildrenWorkflowInstances()
java.util.Date getEndDate()
WorkflowInstance getParentWorkflowInstance()
long getParentWorkflowInstanceId()
java.util.Date getStartDate()
java.lang.String getState()
java.util.Map<java.lang.String,java.io.Serializable> getWorkflowContext()
java.lang.String getWorkflowDefinitionName()
int getWorkflowDefinitionVersion()
long getWorkflowInstanceId()
boolean isComplete()
void setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)