Interface SWaitingMessageEventBuilderFactory
- All Superinterfaces:
SWaitingEventKeyProviderBuilderFactory
- All Known Implementing Classes:
SWaitingMessageEventBuilderFactoryImpl
- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptioncreateNewInstance(SWaitingMessageEvent waitingMessage) createNewWaitingMessageBoundaryEventInstance(long processdefinitionId, long rootProcessInstanceId, long processInstanceId, long flowNodeInstanceId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName) createNewWaitingMessageEventSubProcInstance(long processdefinitionId, long parentProcessInstanceId, long rootProcessInstanceId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName, long subProcessId) createNewWaitingMessageIntermediateEventInstance(long processdefinitionId, long rootProcessInstanceId, long processInstanceId, long flowNodeInstanceId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName) createNewWaitingMessageStartEventInstance(long processdefinitionId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName) 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
-
Field Details
-
PROGRESS_FREE_KEY
static final int PROGRESS_FREE_KEY- See Also:
-
PROGRESS_IN_TREATMENT_KEY
static final int PROGRESS_IN_TREATMENT_KEY- See Also:
-
-
Method Details
-
createNewWaitingMessageStartEventInstance
SWaitingMessageEventBuilder createNewWaitingMessageStartEventInstance(long processdefinitionId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName) -
createNewWaitingMessageEventSubProcInstance
SWaitingMessageEventBuilder createNewWaitingMessageEventSubProcInstance(long processdefinitionId, long parentProcessInstanceId, long rootProcessInstanceId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName, long subProcessId) -
createNewWaitingMessageIntermediateEventInstance
SWaitingMessageEventBuilder createNewWaitingMessageIntermediateEventInstance(long processdefinitionId, long rootProcessInstanceId, long processInstanceId, long flowNodeInstanceId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName) -
createNewWaitingMessageBoundaryEventInstance
SWaitingMessageEventBuilder createNewWaitingMessageBoundaryEventInstance(long processdefinitionId, long rootProcessInstanceId, long processInstanceId, long flowNodeInstanceId, String messageName, String processName, long flowNodeDefinitionId, String flowNodeName) -
createNewInstance
-
getMessageNameKey
String getMessageNameKey() -
getLockedKey
String getLockedKey() -
getProgressKey
String getProgressKey()
-