org.bonitasoft.engine.execution.event
public abstract class EventHandlerStrategy extends Object
| Constructor and Description |
|---|
EventHandlerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract OperationsWithContext |
getOperations(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent,
Long triggeringElementID) |
protected org.bonitasoft.engine.data.instance.api.DataInstanceContainer |
getParentContainerType(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
abstract void |
handleCatchEvent(SProcessDefinition processDefinition,
SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SCatchEventInstance eventInstance,
SEventTriggerDefinition sEventTriggerDefinition) |
abstract void |
handleEventSubProcess(SProcessDefinition processDefinition,
SEventDefinition eventDefinition,
SEventTriggerDefinition sEventTriggerDefinition,
long subProcessId,
org.bonitasoft.engine.core.process.instance.model.SProcessInstance parentProcessInstance) |
abstract boolean |
handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance sFlowNodeInstance) |
abstract void |
handleThrowEvent(SEventTriggerDefinition sEventTriggerDefinition) |
abstract void |
handleThrowEvent(SProcessDefinition processDefinition,
SEventDefinition eventDefinition,
org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance eventInstance,
SEventTriggerDefinition sEventTriggerDefinition) |
abstract void |
unregisterCatchEvent(SProcessDefinition processDefinition,
SEventDefinition eventDefinition,
SEventTriggerDefinition sEventTriggerDefinition,
long subProcessId,
org.bonitasoft.engine.core.process.instance.model.SProcessInstance parentProcessIsnstance) |
public abstract void handleThrowEvent(SProcessDefinition processDefinition, SEventDefinition eventDefinition, org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance eventInstance, SEventTriggerDefinition sEventTriggerDefinition) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract boolean handlePostThrowEvent(SProcessDefinition processDefinition, SEndEventDefinition sEventDefinition, org.bonitasoft.engine.core.process.instance.model.event.SThrowEventInstance sThrowEventInstance, SEventTriggerDefinition sEventTriggerDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance sFlowNodeInstance) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract void handleThrowEvent(SEventTriggerDefinition sEventTriggerDefinition) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract void handleCatchEvent(SProcessDefinition processDefinition, SEventDefinition eventDefinition, org.bonitasoft.engine.core.process.instance.model.event.SCatchEventInstance eventInstance, SEventTriggerDefinition sEventTriggerDefinition) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract void handleEventSubProcess(SProcessDefinition processDefinition, SEventDefinition eventDefinition, SEventTriggerDefinition sEventTriggerDefinition, long subProcessId, org.bonitasoft.engine.core.process.instance.model.SProcessInstance parentProcessInstance) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract void unregisterCatchEvent(SProcessDefinition processDefinition, SEventDefinition eventDefinition, SEventTriggerDefinition sEventTriggerDefinition, long subProcessId, org.bonitasoft.engine.core.process.instance.model.SProcessInstance parentProcessIsnstance) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionprotected org.bonitasoft.engine.data.instance.api.DataInstanceContainer getParentContainerType(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
public abstract OperationsWithContext getOperations(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent, Long triggeringElementID) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.