org.alfresco.service.cmr.workflow
Class WorkflowNode

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

public class WorkflowNode
extends java.lang.Object

Workflow Node Data Object Represents a Node within the Workflow Definition.


Field Summary
 java.lang.String description
          Workflow Node Description (Localised)
 boolean isTaskNode
          Does this Workflow Node represent human interaction?
 java.lang.String name
          Workflow Node Name
 java.lang.String title
          Workflow Node Title (Localised)
 WorkflowTransition[] transitions
          The transitions leaving this node (or null, if none)
 java.lang.String type
          Type of the Workflow Node (typically this is BPM engine specific - informational only
 
Constructor Summary
WorkflowNode()
           
 
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

name

public java.lang.String name
Workflow Node Name


title

public java.lang.String title
Workflow Node Title (Localised)


description

public java.lang.String description
Workflow Node Description (Localised)


type

public java.lang.String type
Type of the Workflow Node (typically this is BPM engine specific - informational only


isTaskNode

public boolean isTaskNode
Does this Workflow Node represent human interaction?


transitions

public WorkflowTransition[] transitions
The transitions leaving this node (or null, if none)

Constructor Detail

WorkflowNode

public WorkflowNode()
Method Detail

toString

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


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