com.liferay.portal.kernel.workflow
Interface WorkflowInstance
- All Known Implementing Classes:
- DefaultWorkflowInstance
public interface WorkflowInstance
View Source
- Author:
- Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan
addChildWorkflowInstance
void addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
getChildrenWorkflowInstanceCount
int getChildrenWorkflowInstanceCount()
getChildrenWorkflowInstances
java.util.List<WorkflowInstance> getChildrenWorkflowInstances()
getContext
java.util.Map<java.lang.String,java.io.Serializable> getContext()
getEndDate
java.util.Date getEndDate()
getParentWorkflowInstance
WorkflowInstance getParentWorkflowInstance()
getParentWorkflowInstanceId
long getParentWorkflowInstanceId()
getStartDate
java.util.Date getStartDate()
getState
java.lang.String getState()
getWorkflowDefinitionName
java.lang.String getWorkflowDefinitionName()
getWorkflowDefinitionVersion
int getWorkflowDefinitionVersion()
getWorkflowInstanceId
long getWorkflowInstanceId()
setParentWorkflowInstance
void setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)