Package org.kuali.rice.kew.engine
Interface WorkflowEngineFactory
- All Known Implementing Classes:
WorkflowEngineFactoryImpl
public interface WorkflowEngineFactory
A factory that constructs new Workflow Engines.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescription<E extends WorkflowEngine>
EnewEngine(OrchestrationConfig config) Constructs a new WorkflowEngine instance using the passed in orchestration configuration.
-
Method Details
-
newEngine
Constructs a new WorkflowEngine instance using the passed in orchestration configuration.- Returns:
- <E> a generic type that extends WorkflowEngine
-