Class WorkflowTransition

java.lang.Object
de.uplanet.lucy.server.workflow.WorkflowTransition
All Implemented Interfaces:
IWorkflowObject, Serializable

public final class WorkflowTransition extends Object implements IWorkflowObject
Since:
Intrexx 5.0.
See Also:
  • Constructor Details

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

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object