Class WorkflowTransition

    • Constructor Detail

      • WorkflowTransition

        public WorkflowTransition​(String p_strGuid,
                                  String p_strTail,
                                  String p_strHead)
      • WorkflowTransition

        public WorkflowTransition​(String p_strGuid,
                                  String p_strTail,
                                  String p_strHead,
                                  String p_strIdentifier)
        Create a workflow transition.
        Parameters:
        p_strGuid -
        p_strHead -
        p_strTail -
        p_strIdentifier -
    • Method Detail

      • getGuid

        public String getGuid()
        Description copied from interface: IWorkflowObject
        Get the GUID of this workflow object.

        Note: implementors must ensure that this is never null.

        Specified by:
        getGuid in interface IWorkflowObject
        Returns:
        The GUID of this workflow object
      • getHead

        public String getHead()
      • getTail

        public String getTail()
      • hasIdentifier

        public boolean hasIdentifier()
      • getIdentifier

        public String getIdentifier()