Class JscriptWorkflowTransition

    • Constructor Detail

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

      • 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