Class CoupleEventHandlerStrategy
- java.lang.Object
-
- org.bonitasoft.engine.execution.event.EventHandlerStrategy
-
- org.bonitasoft.engine.execution.event.CoupleEventHandlerStrategy
-
- Direct Known Subclasses:
ErrorEventHandlerStrategy,MessageEventHandlerStrategy,SignalEventHandlerStrategy
public abstract class CoupleEventHandlerStrategy extends EventHandlerStrategy
- Author:
- Elias Ricken de Medeiros, Celine Souchet, Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description CoupleEventHandlerStrategy(EventInstanceService eventInstanceService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EventInstanceServicegetEventInstanceService()voidunregisterCatchEvent(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 Detail
-
CoupleEventHandlerStrategy
public CoupleEventHandlerStrategy(EventInstanceService eventInstanceService)
-
-
Method Detail
-
unregisterCatchEvent
public void unregisterCatchEvent(SProcessDefinition processDefinition, SEventDefinition eventDefinition, SEventTriggerDefinition sEventTriggerDefinition, long subProcessId, SProcessInstance parentProcessInstance) throws SBonitaException
- Specified by:
unregisterCatchEventin classEventHandlerStrategy- Throws:
SBonitaException
-
getEventInstanceService
protected EventInstanceService getEventInstanceService()
-
-