public class DataFlowMessage extends Message
ENGINE_DATAFLOW, ENGINE_KAFKA_CONSUMER, ENGINE_TYPE_MSG, MESSAGE_CONTROL_PROCESSEND, MESSAGE_CONTROL_PROCESSSTART, MESSAGE_CONTROL_SHUTDOWN, MESSAGE_DATA, MESSAGE_GET, MESSAGE_HB, MESSAGE_INIT, PARAM_PARENT_DATAFLOW, PARAM_PARENT_SERVICE, PARAM_PARENT_STATUS, PARAM_PARENT_STEPNUMBER, PARAM_ROUTE_FAIL, PARAM_ROUTE_PASS, PROCESSING_STATUS_COMPLETE, PROCESSING_STATUS_RUNNING, PROCESSING_STATUS_START, PROCESSING_STATUS_WAIT, ROUTE_INPROCESS, ROUTE_MESSAGE, TOTAL_ENGINESERROR_CODE_FAILED, ERROR_CODE_SUCCESS, ERROR_CODE_WARNING| Constructor and Description |
|---|
DataFlowMessage()
Creates a default Message
|
DataFlowMessage(MessageIntf aSrcMsg,
boolean aForward)
Creates a Message "Clone" based upon the specified message.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getDataFlowParentWorkflowId() |
String |
getDataFlowQueueId() |
Long |
getDataFlowReasonCodeId(boolean aPassedFlag) |
String |
getDataFlowUserGroup() |
Long |
getDataFlowWorkflowId(boolean aPassedFlag) |
int |
getDefError() |
boolean |
isForkedStatus() |
boolean |
isPassedStatus() |
void |
resetMessage() |
void |
setDataFlowParentWorkflowId(Long anId) |
void |
setDataFlowQueueId(String anId) |
void |
setDataFlowReasonCodeId(String anId) |
void |
setDataFlowUserGroup(String aGroup) |
void |
setDataFlowWorkflowId(boolean aPassedFlag,
String anId) |
void |
setForkedStatus(boolean aFlag) |
void |
setPassedStatus(boolean aFlag) |
getCurrentDataFlow, getCurrentFailedStepNumber, getCurrentPassedStepNumber, getCurrentService, getCurrentStepNumber, getDataFlowParent, getDataFlowParentService, getDataFlowParentStatus, getDataFlowParentStepNumber, getEndTime, getErrorCode, getErrorMessage, getEventType, getJobIdentifier, getJobIdentifierParent, getJobType, getLastActivityTime, getNextStatusStepNumber, getNextStatusStepNumber, getParam, getParamList, getParams, getPriorDataFlow, getPriorService, getPriorStepNumber, getRoute, getStartTime, getTotalTime, getUniqueId, getUserId, isCurrentServicePass, isMessageComplete, isPriorServicePass, setCurrent, setCurrentDataFlow, setCurrentFailedStepNumber, setCurrentPassedStepNumber, setCurrentService, setCurrentServicePass, setCurrentStepNumber, setDataFlowParent, setDataFlowParentService, setDataFlowParentStatus, setDataFlowParentStepNumber, setEndTime, setErrorCode, setErrorMessage, setEventType, setJobIdentifier, setJobIdentifierParent, setJobType, setLastActivityTime, setMessageComplete, setNextStatusStepNumber, setParam, setParams, setPriorDataFlow, setPriorService, setPriorServicePass, setPriorStepNumber, setRoute, setStartTime, setUserIdpublic static final String DF_ENGINE
public static final String DF_WORKFLOW_ID
public static final String DF_FAILEDWORKFLOW_ID
public static final String DF_REASONCODE_ID
public static final String DF_FAILEDREASONCODE_ID
public static final String DF_PARENT_WORKFLOW_ID
public static final String DF_RECORD_KEY
public static final String DF_RECORD_CRUD
public static final String DF_RECORD_TYPE
public static final String DF_PAYLOAD_TYPE
public static final String DF_PAYLOAD
public static final String DF_DATAFLOWID
public static final String DF_DATAFLOWID_PARENT
public static final String DF_DATAFLOWSERVICEID
public static final String DF_DATAFLOWSERVICEID_PARENT
public static final String DF_FIRMID
public static final String DF_COMPANYID
public static final String DF_LINKTYPE
public static final String DF_LINKKEY
public static final String PAYLOAD_TYPE_OBJECT
public static final String PAYLOAD_TYPE_STRING
public static final String PAYLOAD_TYPE_TABLEINFO
public static final String PAYLOAD_TYPE_MAP
public static final String PAYLOAD_TYPE_JSPON_MAP
public static final String PAYLOAD_TYPE_SCHEMA_DATA
public static final String PAYLOAD_FIELD_OBJECT
public static final String DF_QUEUEID
public static final String DF_USERGROUP
public static final String TYPE_FORK_JOIN
public static final String TYPE_FORK_JOIN_XOR
public static final String TYPE_MANUAL
public static final String TYPE_SYSTEM
public static final String TYPE_TIMER
public DataFlowMessage()
public DataFlowMessage(MessageIntf aSrcMsg, boolean aForward)
aSrcMsg - source message used to load parameters.aForward - forwardpublic void resetMessage()
public String getDataFlowQueueId()
public void setDataFlowQueueId(String anId)
public Long getDataFlowWorkflowId(boolean aPassedFlag)
public void setDataFlowWorkflowId(boolean aPassedFlag,
String anId)
public Long getDataFlowReasonCodeId(boolean aPassedFlag)
public void setDataFlowReasonCodeId(String anId)
public Long getDataFlowParentWorkflowId()
public void setDataFlowParentWorkflowId(Long anId)
public String getDataFlowUserGroup()
public void setDataFlowUserGroup(String aGroup)
public boolean isPassedStatus()
public void setPassedStatus(boolean aFlag)
public boolean isForkedStatus()
public void setForkedStatus(boolean aFlag)
public int getDefError()
getDefError in class MessageCopyright © 2020. All rights reserved.