public class DefaultWorkflowInstance extends Object implements Serializable, WorkflowInstance
| Constructor and Description |
|---|
DefaultWorkflowInstance() |
public void addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
addChildWorkflowInstance in interface WorkflowInstancepublic int getChildrenWorkflowInstanceCount()
getChildrenWorkflowInstanceCount in interface WorkflowInstancepublic List<WorkflowInstance> getChildrenWorkflowInstances()
getChildrenWorkflowInstances in interface WorkflowInstancepublic Date getEndDate()
getEndDate in interface WorkflowInstancepublic WorkflowInstance getParentWorkflowInstance()
getParentWorkflowInstance in interface WorkflowInstancepublic long getParentWorkflowInstanceId()
getParentWorkflowInstanceId in interface WorkflowInstancepublic Date getStartDate()
getStartDate in interface WorkflowInstancepublic String getState()
getState in interface WorkflowInstancepublic Map<String,Serializable> getWorkflowContext()
getWorkflowContext in interface WorkflowInstancepublic String getWorkflowDefinitionName()
getWorkflowDefinitionName in interface WorkflowInstancepublic int getWorkflowDefinitionVersion()
getWorkflowDefinitionVersion in interface WorkflowInstancepublic long getWorkflowInstanceId()
getWorkflowInstanceId in interface WorkflowInstancepublic boolean isComplete()
isComplete in interface WorkflowInstancepublic void setChildrenWorkflowInstances(List<WorkflowInstance> childrenWorkflowInstances)
public void setEndDate(Date endDate)
public void setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
setParentWorkflowInstance in interface WorkflowInstancepublic void setStartDate(Date startDate)
public void setState(String state)
public void setWorkflowContext(Map<String,Serializable> workflowContext)
public void setWorkflowDefinitionName(String workflowDefinitionName)
public void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
public void setWorkflowInstanceId(long workflowInstanceId)