Class JscriptWorkflowTransition

java.lang.Object
org.alfresco.repo.workflow.jscript.JscriptWorkflowTransition
All Implemented Interfaces:
Serializable

public class JscriptWorkflowTransition extends Object implements Serializable
See Also:
  • Constructor Details

    • JscriptWorkflowTransition

      public JscriptWorkflowTransition(String id, String title, String description)
      Constructor to create a new instance of this class from scratch
      Parameters:
      id - Workflow transition ID
      title - Workflow transition title
      description - Workflow transition description
    • JscriptWorkflowTransition

      public JscriptWorkflowTransition(WorkflowTransition transition)
      Constructor to create a new instance of this class from an existing instance of WorkflowTransition from the CMR workflow object model
      Parameters:
      transition - CMR WorkflowTransition object from which to create a new instance of this class
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property
      Returns:
      the id
    • getTitle

      public String getTitle()
      Gets the value of the title property
      Returns:
      the title
    • getDescription

      public String getDescription()
      Gets the value of the description property
      Returns:
      the description
    • toString

      public String toString()
      Overrides:
      toString in class Object