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
<E extends WorkflowEngine>
E
newEngine(OrchestrationConfig config)
          Constructs a new WorkflowEngine instance using the passed in orchestration configuration.
 

Method Detail

newEngine

<E extends WorkflowEngine> E newEngine(OrchestrationConfig config)
Constructs a new WorkflowEngine instance using the passed in orchestration configuration.

Parameters:
config -
Returns:
a generic type that extends WorkflowEngine


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.