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.activiti.bpmn.model.FlowElement currentFlowElement,
CommandContext commandContext) |
protected void |
dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity boundaryEventExecution,
org.activiti.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.activiti.bpmn.model.FlowNode flowNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventHandlerTypepublic void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
handleEvent in interface EventHandlerprotected void dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription, ExecutionEntity execution, org.activiti.bpmn.model.FlowElement currentFlowElement, CommandContext commandContext)
protected void dispatchExecutionCancelled(EventSubscriptionEntity eventSubscription, ExecutionEntity execution, CommandContext commandContext)
protected void dispatchActivityCancelled(EventSubscriptionEntity eventSubscription, ExecutionEntity boundaryEventExecution, org.activiti.bpmn.model.FlowNode flowNode, CommandContext commandContext)
protected void dispatchActivityCancelledForChildExecution(EventSubscriptionEntity eventSubscription, ExecutionEntity parentExecutionEntity, ExecutionEntity boundaryEventExecution, CommandContext commandContext)
protected String parseActivityType(org.activiti.bpmn.model.FlowNode flowNode)
Copyright © 2015 Alfresco. All rights reserved.