public class DataFlowFactory extends Object
| Constructor and Description |
|---|
DataFlowFactory()
Creates a WorkflowEngine.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataFlowForkType(String aPoolName,
Long aLookupId) |
List<Map<String,Object>> |
getDataFlowServiceForks(String aPoolName,
Long aDataFlowServiceId) |
int |
getDefError() |
static DataFlowFactory |
getInstance()
Creates the singleton WorkflowEngine.
|
ServicesIntf |
getServiceObject(String aClassName) |
DataFlowProcess |
loadDataFlow(String aPoolName,
String aName) |
Map<String,Object> |
loadDataFlowService(String aPoolName,
String aName,
Integer aStepNumber) |
public static DataFlowFactory getInstance() throws Exception
Exception - if an error occurs.public String getDataFlowForkType(String aPoolName, Long aLookupId) throws Exception
Exceptionpublic List<Map<String,Object>> getDataFlowServiceForks(String aPoolName, Long aDataFlowServiceId) throws Exception
Exceptionpublic DataFlowProcess loadDataFlow(String aPoolName, String aName) throws Exception
Exceptionpublic Map<String,Object> loadDataFlowService(String aPoolName, String aName, Integer aStepNumber) throws Exception
Exceptionpublic ServicesIntf getServiceObject(String aClassName) throws Exception
Exceptionpublic int getDefError()
Copyright © 2020. All rights reserved.