it.eng.spago.workflow.api
Interface IWorkflowEngineFactory


public interface IWorkflowEngineFactory

Author:
zoppello This is the interface for the implemenation of the factory that return a workflow engine All implementations of the SpagoWorkflowAPI MUST give an implementation of this class

Method Summary
 IWorkflowEngine getWorkflowEngine()
          This is the factory method for getting IWorkflow Engine Instances
 IWorkflowEngine getWorkflowEngine(java.lang.String configFilePath)
          This is the factory method for getting IWorkflow Engine Instances, specifyng a configuration file
 

Method Detail

getWorkflowEngine

IWorkflowEngine getWorkflowEngine()
This is the factory method for getting IWorkflow Engine Instances

Returns:
the IWorkflow Engine instance

getWorkflowEngine

IWorkflowEngine getWorkflowEngine(java.lang.String configFilePath)
This is the factory method for getting IWorkflow Engine Instances, specifyng a configuration file

Returns:
the IWorkflow Engine instance