Interface SWaitingErrorEventBuilderFactory
- All Superinterfaces:
SWaitingEventKeyProviderBuilderFactory
- All Known Implementing Classes:
SWaitingErrorEventBuilderFactoryImpl
- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewWaitingErrorBoundaryEventInstance(long processdefinitionId, long rootProcessInstanceId, long parentProcessInstanceId, long flowNodeInstanceId, String errorCode, String processName, long flowNodeDefinitionId, String flowNodeName, long relatedActivityInstanceId) createNewWaitingErrorEventSubProcInstance(long processdefinitionId, long parentProcessInstanceId, long rootProcessInstanceId, String errorCode, String processName, long flowNodeDefinitionId, String flowNodeName, long subProcessId) Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.builder.event.handling.SWaitingEventKeyProviderBuilderFactory
getActiveKey, getEventTypeKey, getFlowNodeInstanceIdKey, getFlowNodeNameKey, getIdKey, getParentProcessInstanceIdKey, getProcessDefinitionIdKey, getProcessNameKey, getRootProcessInstanceIdKey, getSubProcessIdKey
-
Method Details
-
createNewWaitingErrorBoundaryEventInstance
SWaitingErrorEventBuilder createNewWaitingErrorBoundaryEventInstance(long processdefinitionId, long rootProcessInstanceId, long parentProcessInstanceId, long flowNodeInstanceId, String errorCode, String processName, long flowNodeDefinitionId, String flowNodeName, long relatedActivityInstanceId) -
createNewWaitingErrorEventSubProcInstance
SWaitingErrorEventBuilder createNewWaitingErrorEventSubProcInstance(long processdefinitionId, long parentProcessInstanceId, long rootProcessInstanceId, String errorCode, String processName, long flowNodeDefinitionId, String flowNodeName, long subProcessId) -
getErrorCodeKey
String getErrorCodeKey()
-