org.alfresco.service.cmr.workflow
Class WorkflowPath

java.lang.Object
  extended by org.alfresco.service.cmr.workflow.WorkflowPath

public class WorkflowPath
extends java.lang.Object

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

id

public java.lang.String id
Unique id of Workflow Path


instance

public WorkflowInstance instance
Workflow Instance this path is part of


node

public WorkflowNode node
The Workflow Node the path is at


active

public boolean active
Is the path still active?

Constructor Detail

WorkflowPath

public WorkflowPath()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.