java.lang.Object
com.adobe.acs.commons.workflow.synthetic.impl.granite.SyntheticRoute
All Implemented Interfaces:
com.adobe.granite.workflow.exec.Route

public class SyntheticRoute extends Object implements com.adobe.granite.workflow.exec.Route
  • Constructor Details

    • SyntheticRoute

      public SyntheticRoute(boolean backRoute)
  • Method Details

    • getId

      public final String getId()
      Specified by:
      getId in interface com.adobe.granite.workflow.exec.Route
    • getName

      public final String getName()
      Specified by:
      getName in interface com.adobe.granite.workflow.exec.Route
    • hasDefault

      public final boolean hasDefault()
      Specified by:
      hasDefault in interface com.adobe.granite.workflow.exec.Route
    • getDestinations

      public final List<com.adobe.granite.workflow.model.WorkflowTransition> getDestinations()
      Specified by:
      getDestinations in interface com.adobe.granite.workflow.exec.Route
    • isBackRoute

      public final boolean isBackRoute()
      Specified by:
      isBackRoute in interface com.adobe.granite.workflow.exec.Route