Package org.bonitasoft.engine.execution
Class WaitingEventsInterrupter
- java.lang.Object
-
- org.bonitasoft.engine.execution.WaitingEventsInterrupter
-
public class WaitingEventsInterrupter extends java.lang.Object- Author:
- Elias Ricken de Medeiros
-
-
Constructor Summary
Constructors Constructor Description WaitingEventsInterrupter(EventInstanceService eventInstanceService, SchedulerService schedulerService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinterruptWaitingEvents(SProcessDefinition processDefinition, SCatchEventInstance catchEventInstance, SCatchEventDefinition catchEventDef)voidinterruptWaitingEvents(SFlowNodeInstance flowNodeInstance)
-
-
-
Constructor Detail
-
WaitingEventsInterrupter
public WaitingEventsInterrupter(EventInstanceService eventInstanceService, SchedulerService schedulerService)
-
-
Method Detail
-
interruptWaitingEvents
public void interruptWaitingEvents(SProcessDefinition processDefinition, SCatchEventInstance catchEventInstance, SCatchEventDefinition catchEventDef) throws SBonitaException
- Throws:
SBonitaException
-
interruptWaitingEvents
public void interruptWaitingEvents(SFlowNodeInstance flowNodeInstance) throws SBonitaException
- Throws:
SBonitaException
-
-