Interface Route


  • public interface Route
    Route represents the possible next destinations which will be selectable after a WorkItem is completed.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the a user friendly name for the route.
        Returns:
        The name of the route.
      • hasDefault

        boolean hasDefault()
        Indicates if one the Routes WorkflowTransitions is marked as default.
        Returns:
        True if one WorkflowTransition is marked as default, otherwise false.
      • isBackRoute

        boolean isBackRoute()
        Returns true if the route defines to a WorkflowNode which has already been passed.
        Returns:
        true if it is a "back" route otherwise false