public abstract class AbstractEventHandler extends Object implements EventHandler
Constructor and Description |
---|
AbstractEventHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
org.flowable.bpmn.model.FlowElement currentFlowElement,
CommandContext commandContext) |
protected void |
dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity boundaryEventExecution,
org.flowable.bpmn.model.FlowNode flowNode,
CommandContext commandContext) |
protected void |
dispatchActivityCancelledForChildExecution(EventSubscriptionEntity eventSubscription,
ExecutionEntity parentExecutionEntity,
ExecutionEntity boundaryEventExecution,
CommandContext commandContext) |
protected void |
dispatchExecutionCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
CommandContext commandContext) |
void |
handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
protected String |
parseActivityType(org.flowable.bpmn.model.FlowNode flowNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventHandlerType
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
handleEvent
in interface EventHandler
protected void dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription, ExecutionEntity execution, org.flowable.bpmn.model.FlowElement currentFlowElement, CommandContext commandContext)
protected void dispatchExecutionCancelled(EventSubscriptionEntity eventSubscription, ExecutionEntity execution, CommandContext commandContext)
protected void dispatchActivityCancelled(EventSubscriptionEntity eventSubscription, ExecutionEntity boundaryEventExecution, org.flowable.bpmn.model.FlowNode flowNode, CommandContext commandContext)
protected void dispatchActivityCancelledForChildExecution(EventSubscriptionEntity eventSubscription, ExecutionEntity parentExecutionEntity, ExecutionEntity boundaryEventExecution, CommandContext commandContext)
protected String parseActivityType(org.flowable.bpmn.model.FlowNode flowNode)
Copyright © 2017 Flowable. All rights reserved.