Class WorkflowContext

java.lang.Object
com.broadleafcommerce.orchestration.internal.WorkflowContext

public class WorkflowContext extends Object
Set up the bean factory used to retrieve instances of SimpleWorkflow and SimpleActivity.
  • Constructor Details

    • WorkflowContext

      public WorkflowContext()
  • Method Details

    • set

      public static void set(Function<Class<?>,?> typeBasedFactory, Function<String,?> nameBasedFactory)
    • reset

      public static void reset()
    • get

      public static <T> T get(Class<T> clazz)
    • get

      public static <T> T get(String beanName)