Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.workflow
Class WorkflowPath
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowPath

public class WorkflowPath
extends 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.
Author:
davidc

Field Summary
boolean
active
          Deprecated.
id
          Deprecated.
instance
          Deprecated.
node
          Deprecated.
Constructor Summary
WorkflowPath(String id, WorkflowInstance instance, WorkflowNode node, boolean active)
Method Summary
getId()
getInstance()
getNode()
boolean
isActive()
toString()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
active
@Deprecated
public boolean active
Deprecated.
Is the path still active?

id
@Deprecated
public 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
Constructor Detail
WorkflowPath
public WorkflowPath(String id,
                    WorkflowInstance instance,
                    WorkflowNode node,
                    boolean active)
Method Detail
getId
public 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 String toString()
Overrides:
toString in class Object

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.