Class CoupleEventHandlerStrategy
java.lang.Object
org.bonitasoft.engine.execution.event.EventHandlerStrategy
org.bonitasoft.engine.execution.event.CoupleEventHandlerStrategy
- Direct Known Subclasses:
ErrorEventHandlerStrategy,MessageEventHandlerStrategy,SignalEventHandlerStrategy
- Author:
- Elias Ricken de Medeiros, Celine Souchet, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EventInstanceServicevoidunregisterCatchEvent(SProcessDefinition processDefinition, SEventDefinition eventDefinition, SEventTriggerDefinition sEventTriggerDefinition, long subProcessId, SProcessInstance parentProcessInstance) Methods inherited from class org.bonitasoft.engine.execution.event.EventHandlerStrategy
getOperations, getParentContainerType, handleCatchEvent, handleEventSubProcess, handlePostThrowEvent, handleThrowEvent, handleThrowEvent
-
Constructor Details
-
CoupleEventHandlerStrategy
-
-
Method Details
-
unregisterCatchEvent
public void unregisterCatchEvent(SProcessDefinition processDefinition, SEventDefinition eventDefinition, SEventTriggerDefinition sEventTriggerDefinition, long subProcessId, SProcessInstance parentProcessInstance) throws SBonitaException - Specified by:
unregisterCatchEventin classEventHandlerStrategy- Throws:
SBonitaException
-
getEventInstanceService
-