Uses of Interface
org.kuali.rice.kew.engine.WorkflowEngine

Packages that use WorkflowEngine
org.kuali.rice.kew.engine   
org.kuali.rice.kew.engine.simulation   
 

Uses of WorkflowEngine in org.kuali.rice.kew.engine
 

Classes in org.kuali.rice.kew.engine that implement WorkflowEngine
 class BlanketApproveEngine
          A WorkflowEngine implementation which orchestrates the document through the blanket approval process.
 class StandardWorkflowEngine
          The standard and supported implementation of the WorkflowEngine.
 

Methods in org.kuali.rice.kew.engine with type parameters of type WorkflowEngine
<E extends WorkflowEngine>
E
WorkflowEngineFactory.newEngine(OrchestrationConfig config)
          Constructs a new WorkflowEngine instance using the passed in orchestration configuration.
<E extends WorkflowEngine>
E
WorkflowEngineFactoryImpl.newEngine(OrchestrationConfig config)
           
 

Uses of WorkflowEngine in org.kuali.rice.kew.engine.simulation
 

Subinterfaces of WorkflowEngine in org.kuali.rice.kew.engine.simulation
 interface SimulationWorkflowEngine
           
 

Classes in org.kuali.rice.kew.engine.simulation that implement WorkflowEngine
 class SimulationEngine
          A WorkflowEngine implementation which runs simulations.
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.