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
          Deprecated. 
 java.lang.String id
          Deprecated. 
 WorkflowInstance instance
          Deprecated. 
 WorkflowNode node
          Deprecated. 
 
Constructor Summary
WorkflowPath(java.lang.String id, WorkflowInstance instance, WorkflowNode node, boolean active)
           
 
Method Summary
 java.lang.String getId()
           
 WorkflowInstance getInstance()
           
 WorkflowNode getNode()
           
 boolean isActive()
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

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


instance

@Deprecated
public WorkflowInstance instance
Deprecated. 
Workflow Instance this path is part of


node

@Deprecated
public WorkflowNode node
Deprecated. 
The Workflow Node the path is at


active

@Deprecated
public boolean active
Deprecated. 
Is the path still active?

Constructor Detail

WorkflowPath

public WorkflowPath(java.lang.String id,
                    WorkflowInstance instance,
                    WorkflowNode node,
                    boolean active)
Method Detail

getId

public java.lang.String getId()
Returns:
the id

getInstance

public WorkflowInstance getInstance()
Returns:
the instance

getNode

public WorkflowNode getNode()
Returns:
the node

isActive

public boolean isActive()
Returns:
the active

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


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