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

Method Summary
 void addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
           
 int getChildrenWorkflowInstanceCount()
           
 java.util.List<WorkflowInstance> getChildrenWorkflowInstances()
           
 java.util.Map<java.lang.String,java.io.Serializable> getContext()
           
 java.util.Date getEndDate()
           
 WorkflowInstance getParentWorkflowInstance()
           
 long getParentWorkflowInstanceId()
           
 java.util.Date getStartDate()
           
 java.lang.String getState()
           
 java.lang.String getWorkflowDefinitionName()
           
 int getWorkflowDefinitionVersion()
           
 long getWorkflowInstanceId()
           
 void setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
           
 

Method Detail

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)