|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkflowEngine
Method Summary | |
---|---|
java.util.List |
getAvailablePackages()
This method retrieve the List of the packages that can be loaded in the engine but that are not loaded in the engine |
java.util.List |
getLoadedPackges()
This method retrieve the List of the packages that are loaded in the engine |
java.lang.String |
getPackagePathById(java.lang.String pkgId)
Return the package phisical path given the path id |
IWorkflowConnection |
getWorkflowConnection()
This method get a connection to the engine |
IWorkflowPackage |
getWorkflowPackage(java.lang.String pkgId)
This method return an instance of IWorkflowPackage given a package id |
IWorkflowPackage |
loadPackageDefinition(java.lang.String pkgDefinitionFileName)
This method load a packege containing Workflow Definitions in the engine |
void |
unloadPackageDefinition(IWorkflowPackage pkg)
This method cause the unload of the IWorkflow package by the engine After this operation we cannot use anymore the IWorkflowPackage until a loadPackage Occurs |
Method Detail |
---|
IWorkflowConnection getWorkflowConnection() throws WorkflowEngineException
WorkflowEngineException
- if some error occurs getting connection by the engineIWorkflowPackage loadPackageDefinition(java.lang.String pkgDefinitionFileName) throws WorkflowEngineException
pkgDefinitionFileName
- The file containing the package definition
WorkflowEngineException
- if some error occurs during the loading of the packege in the enginevoid unloadPackageDefinition(IWorkflowPackage pkg) throws WorkflowEngineException
pkg
- IWorkflowPackage that must be unloaded by the engine
WorkflowEngineException
java.util.List getLoadedPackges() throws WorkflowEngineException
WorkflowEngineException
java.util.List getAvailablePackages() throws WorkflowEngineException
WorkflowEngineException
IWorkflowPackage getWorkflowPackage(java.lang.String pkgId) throws WorkflowEngineException
pkgId
- The id of the package to retrieve
WorkflowEngineException
- if some error occurs getting a packagejava.lang.String getPackagePathById(java.lang.String pkgId) throws WorkflowEngineException
pkgId
- The package Identifier for wivh we want to retrieve the path
WorkflowEngineException
- if some errors occurs
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |