Class WorkflowNode


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

      • 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?
    • Method Detail

      • 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