public class DataFlowProcess extends Object
| Constructor and Description |
|---|
DataFlowProcess()
Creates a WorkflowEngine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addService(Map<String,Object> aService) |
void |
addStartService(Map<String,Object> aService) |
Long |
getCompanyId() |
Long |
getDataFlowId() |
String |
getDataFlowName() |
int |
getDefError() |
Long |
getFirmId() |
String |
getJobType() |
Long |
getJobTypeId() |
Map<String,Object> |
getService(Integer aStepNumber,
boolean aForceStep) |
Map<String,Object> |
getService(String aStepNumber,
boolean aForceStep) |
Map<String,Object> |
getStartService() |
void |
setCompanyId(Long anId) |
void |
setDataFlowId(Long anId) |
void |
setDataFlowName(String aName) |
void |
setFirmId(Long anId) |
void |
setJobType(String aJobType) |
void |
setJobTypeId(Long anId) |
public String getDataFlowName()
public void setDataFlowName(String aName)
public Long getDataFlowId()
public void setDataFlowId(Long anId)
public Long getFirmId()
public void setFirmId(Long anId)
public Long getCompanyId()
public void setCompanyId(Long anId)
public Long getJobTypeId()
public void setJobTypeId(Long anId)
public String getJobType()
public void setJobType(String aJobType)
public int getDefError()
Copyright © 2020. All rights reserved.