|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.workflow.WorkflowInstance
public class WorkflowInstance
Workflow Instance Data Object Represents an "in-flight" workflow.
Field Summary | |
---|---|
boolean |
active
Is this Workflow instance still "in-flight" or has it completed? |
NodeRef |
context
Workflow Context |
WorkflowDefinition |
definition
Workflow Definition |
java.lang.String |
description
Workflow Instance description |
java.util.Date |
endDate
Workflow End Date |
java.lang.String |
id
Workflow Instance unique id |
NodeRef |
initiator
Initiator (cm:person) - null if System initiated |
java.util.Date |
startDate
Workflow Start Date |
NodeRef |
workflowPackage
Workflow Package |
Constructor Summary | |
---|---|
WorkflowInstance()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
public java.lang.String description
public boolean active
public NodeRef initiator
public java.util.Date startDate
public java.util.Date endDate
public NodeRef workflowPackage
public NodeRef context
public WorkflowDefinition definition
Constructor Detail |
---|
public WorkflowInstance()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |