Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.workflow
Interface WorkflowInstance

All Known Implementing Classes:
DefaultWorkflowInstance

public interface WorkflowInstance


Method Summary
 void addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
           
 int getChildrenWorkflowInstanceCount()
           
 List<WorkflowInstance> getChildrenWorkflowInstances()
           
 Date getEndDate()
           
 WorkflowInstance getParentWorkflowInstance()
           
 long getParentWorkflowInstanceId()
           
 Date getStartDate()
           
 String getState()
           
 Map<String,Serializable> getWorkflowContext()
           
 String getWorkflowDefinitionName()
           
 int getWorkflowDefinitionVersion()
           
 long getWorkflowInstanceId()
           
 boolean isComplete()
           
 void setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
           
 

Method Detail

addChildWorkflowInstance

void addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)

getChildrenWorkflowInstanceCount

int getChildrenWorkflowInstanceCount()

getChildrenWorkflowInstances

List<WorkflowInstance> getChildrenWorkflowInstances()

getEndDate

Date getEndDate()

getParentWorkflowInstance

WorkflowInstance getParentWorkflowInstance()

getParentWorkflowInstanceId

long getParentWorkflowInstanceId()

getStartDate

Date getStartDate()

getState

String getState()

getWorkflowContext

Map<String,Serializable> getWorkflowContext()

getWorkflowDefinitionName

String getWorkflowDefinitionName()

getWorkflowDefinitionVersion

int getWorkflowDefinitionVersion()

getWorkflowInstanceId

long getWorkflowInstanceId()

isComplete

boolean isComplete()

setParentWorkflowInstance

void setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)

Liferay 6.1.2-ce-ga3