Interface WorkflowTransition

    • Method Detail

      • setFrom

        void setFrom​(WorkflowNode from)
        Sets the WorkflowNode that is the source of this WorkflowTransition.
        Parameters:
        from - The WorkflowNode that is the source of this WorkflowTransition.
      • setTo

        void setTo​(WorkflowNode to)
        Sets the WorkflowNode that is the target of this WorkflowTransition.
        Parameters:
        to - The WorkflowNode that is the target of this WorkflowTransition.
      • getRule

        java.lang.String getRule()
        Returns the rule that defines if this WorkflowTransition can be followed or not.
        Returns:
        The execution rule of the WorkflowTransition.
      • setRule

        void setRule​(java.lang.String rule)
        Sets the rules that defines if this WorkflowTransition can be followed or not.
        Parameters:
        rule - The execution rule of the WorkflowTransition.