|
Field Summary | ||
boolean |
active Deprecated. |
|
context Deprecated. |
||
definition Deprecated. |
||
description Deprecated. |
||
dueDate Workflow Due Date |
||
endDate Deprecated. |
||
id Deprecated. |
||
initiator Deprecated. |
||
priority Workflow priority |
||
startDate Deprecated. |
||
workflowPackage Deprecated. |
Constructor Summary | ||
WorkflowInstance(String id, WorkflowDefinition definition, String description, NodeRef initiator, NodeRef workflowPackage, NodeRef context, boolean active, Date startDate, Date endDate) |
Method Summary | ||
getContext() | ||
getDefinition() | ||
getDescription() | ||
getDueDate() | ||
getEndDate() | ||
getId() | ||
getInitiator() | ||
getPriority() | ||
static long |
getSerialversionuid() | |
getStartDate() | ||
getWorkflowPackage() | ||
boolean |
isActive() | |
toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|