Class WorkflowNode

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

@AlfrescoPublicApi public class WorkflowNode extends Object
Workflow Node Data Object Represents a Node within the Workflow Definition.
Author:
davidc
  • Field Details

    • name

      @Deprecated public String name
      Deprecated.
      Workflow Node Name
    • title

      @Deprecated public String title
      Deprecated.
      Workflow Node Title (Localised)
    • description

      @Deprecated public String description
      Deprecated.
      Workflow Node Description (Localised)
    • type

      @Deprecated public String type
      Deprecated.
      Type of the Workflow Node (typically this is BPM engine specific - informational only
    • isTaskNode

      @Deprecated public boolean isTaskNode
      Deprecated.
      Does this Workflow Node represent human interaction?
    • transitions

      @Deprecated public WorkflowTransition[] transitions
      Deprecated.
      The transitions leaving this node (or null, if none)
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getTitle

      public String getTitle()
      Returns:
      the title
    • getDescription

      public String getDescription()
      Returns:
      the description
    • getType

      public String getType()
      Returns:
      the type
    • isTaskNode

      public boolean isTaskNode()
      Returns:
      the isTaskNode
    • getTransitions

      public WorkflowTransition[] getTransitions()
      Returns:
      the transitions
    • toString

      public String toString()
      Overrides:
      toString in class Object