Interface WorkflowNode

    • Method Detail

      • getId

        java.lang.String getId()
        Returns the ID of the WorkflowNode.
        Returns:
        ID of the WorkflowNode.
      • getType

        java.lang.String getType()
        Returns the type of the WorkflowNode. Must be unique across all available types of WorkflowNodes.
        Returns:
        The type of the WorkflowNode.
      • setType

        void setType​(java.lang.String type)
        Sets the type of the WorkflowNode. Must be unique across all available types of WorkflowNodes.
        Parameters:
        type - The new type the the WorkflowNode.
      • getDescription

        java.lang.String getDescription()
        Returns the description of the WorkflowNode.
        Returns:
        The description of the WorkflowNode.
      • setDescription

        void setDescription​(java.lang.String description)
        Set the description of the WorkflowNode.
        Parameters:
        description - The new description of the WorkflowNode.
      • getTitle

        java.lang.String getTitle()
        Returns the WorkflowNodes title.
        Returns:
        The title of the WorkflowNode.
      • setTitle

        void setTitle​(java.lang.String title)
        Sets the title of the WorkflowNode.
        Parameters:
        title - The new title of the WorkflowNode.