Uses of Interface
org.kuali.rice.kew.engine.WorkflowEngine
Packages that use WorkflowEngine
-
Uses of WorkflowEngine in org.kuali.rice.kew.engine
Classes in org.kuali.rice.kew.engine that implement WorkflowEngineModifier and TypeClassDescriptionclassA WorkflowEngine implementation which orchestrates the document through the blanket approval process.classThe standard and supported implementation of the WorkflowEngine.Methods in org.kuali.rice.kew.engine with type parameters of type WorkflowEngineModifier 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) -
Uses of WorkflowEngine in org.kuali.rice.kew.engine.simulation
Subinterfaces of WorkflowEngine in org.kuali.rice.kew.engine.simulationClasses in org.kuali.rice.kew.engine.simulation that implement WorkflowEngineModifier and TypeClassDescriptionclassA WorkflowEngine implementation which runs simulations.