|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.workflow.WorkflowPath
public class WorkflowPath
Workflow Path Data Object Represents a path within an "in-flight" workflow instance. Simple workflows consists of a single "root" path. Multiple paths occur when a workflow instance branches, therefore more than one concurrent path is taken.
Field Summary | |
---|---|
boolean |
active
Is the path still active? |
java.lang.String |
id
Unique id of Workflow Path |
WorkflowInstance |
instance
Workflow Instance this path is part of |
WorkflowNode |
node
The Workflow Node the path is at |
Constructor Summary | |
---|---|
WorkflowPath()
|
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 WorkflowInstance instance
public WorkflowNode node
public boolean active
Constructor Detail |
---|
public WorkflowPath()
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 |