Uses of Class
org.kuali.rice.kew.engine.OrchestrationConfig
Packages that use OrchestrationConfig
-
Uses of OrchestrationConfig in org.kuali.rice.kew.engine
Fields in org.kuali.rice.kew.engine declared as OrchestrationConfigMethods in org.kuali.rice.kew.engine with parameters of type OrchestrationConfigModifier and TypeMethodDescription<E extends WorkflowEngine>
EWorkflowEngineFactory.newEngine(OrchestrationConfig config) Constructs a new WorkflowEngine instance using the passed in orchestration configuration.<E extends WorkflowEngine>
EWorkflowEngineFactoryImpl.newEngine(OrchestrationConfig config) Constructors in org.kuali.rice.kew.engine with parameters of type OrchestrationConfigModifierConstructorDescriptionprotectedStandardWorkflowEngine(RouteNodeService routeNodeService, RouteHeaderService routeHeaderService, ParameterService parameterService, OrchestrationConfig config) -
Uses of OrchestrationConfig in org.kuali.rice.kew.engine.simulation
Constructors in org.kuali.rice.kew.engine.simulation with parameters of type OrchestrationConfigModifierConstructorDescriptionSimulationEngine(RouteNodeService routeNodeService, RouteHeaderService routeHeaderService, ParameterService parameterService, OrchestrationConfig config)