Class JscriptWorkflowTransition

  • All Implemented Interfaces:
    java.io.Serializable

    public class JscriptWorkflowTransition
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JscriptWorkflowTransition​(java.lang.String id, java.lang.String title, java.lang.String description)
      Constructor to create a new instance of this class from scratch
      JscriptWorkflowTransition​(WorkflowTransition transition)
      Constructor to create a new instance of this class from an existing instance of WorkflowTransition from the CMR workflow object model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property
      java.lang.String getId()
      Gets the value of the id property
      java.lang.String getTitle()
      Gets the value of the title property
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JscriptWorkflowTransition

        public JscriptWorkflowTransition​(java.lang.String id,
                                         java.lang.String title,
                                         java.lang.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 java.lang.String getId()
        Gets the value of the id property
        Returns:
        the id
      • getTitle

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object