public class ErrorEventHandlerStrategy extends CoupleEventHandlerStrategy
| Constructor and Description |
|---|
ErrorEventHandlerStrategy(org.bonitasoft.engine.core.process.instance.api.event.EventInstanceService eventInstanceService,
org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService processInstanceService,
ContainerRegistry containerRegistry,
org.bonitasoft.engine.core.process.definition.ProcessDefinitionService processDefinitionService,
EventsHandler eventsHandler,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
OperationsWithContext |
getOperations(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent,
Long triggeringElementID) |
void |
handleCatchEvent(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SCatchEventInstance eventInstance,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition) |
void |
handleEventSubProcess(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition,
long subProcessId,
org.bonitasoft.engine.core.process.instance.model.SProcessInstance parentProcessInstance) |
boolean |
handlePostThrowEvent(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEndEventDefinition sEventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance sThrowEventInstance,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance sFlowNodeInstance) |
void |
handleThrowEvent(org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition) |
void |
handleThrowEvent(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance eventInstance,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition) |
getEventInstanceService, unregisterCatchEventgetParentContainerTypepublic ErrorEventHandlerStrategy(org.bonitasoft.engine.core.process.instance.api.event.EventInstanceService eventInstanceService,
org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService processInstanceService,
ContainerRegistry containerRegistry,
org.bonitasoft.engine.core.process.definition.ProcessDefinitionService processDefinitionService,
EventsHandler eventsHandler,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger)
public void handleThrowEvent(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance eventInstance,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
handleThrowEvent in class EventHandlerStrategyorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void handleThrowEvent(org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition)
handleThrowEvent in class EventHandlerStrategypublic boolean handlePostThrowEvent(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEndEventDefinition sEventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance sThrowEventInstance,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance sFlowNodeInstance)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
handlePostThrowEvent in class EventHandlerStrategyorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void handleCatchEvent(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SCatchEventInstance eventInstance,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
handleCatchEvent in class EventHandlerStrategyorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic OperationsWithContext getOperations(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent, Long triggeringElementID)
getOperations in class EventHandlerStrategypublic void handleEventSubProcess(org.bonitasoft.engine.core.process.definition.model.SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.definition.model.event.trigger.SEventTriggerDefinition sEventTriggerDefinition,
long subProcessId,
org.bonitasoft.engine.core.process.instance.model.SProcessInstance parentProcessInstance)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
handleEventSubProcess in class EventHandlerStrategyorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionCopyright © 2014 Bonitasoft S.A.. All Rights Reserved.