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 getDescription()
           
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 WorkflowTransition[] getTransitions()
           
 java.lang.String getType()
           
 boolean isTaskNode()
           
 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

getName

public java.lang.String getName()
Returns:
the name

getTitle

public java.lang.String getTitle()
Returns:
the title

getDescription

public java.lang.String getDescription()
Returns:
the description

getType

public java.lang.String getType()
Returns:
the type

isTaskNode

public boolean isTaskNode()
Returns:
the isTaskNode

getTransitions

public WorkflowTransition[] getTransitions()
Returns:
the transitions

toString

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


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