public class IntermediateCatchMessageEventActivityBehavior extends IntermediateCatchEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.activiti.bpmn.model.MessageEventDefinition |
messageEventDefinition |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateCatchMessageEventActivityBehavior(org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelEvent(DelegateExecution execution)
Should be subclassed by the more specific types.
|
protected ExecutionEntity |
deleteMessageEventSubScription(DelegateExecution execution) |
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
void |
trigger(DelegateExecution execution,
String triggerName,
Object triggerData) |
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEventexecuteCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityTypeprotected org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition
public IntermediateCatchMessageEventActivityBehavior(org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class IntermediateCatchEventActivityBehaviorpublic void trigger(DelegateExecution execution, String triggerName, Object triggerData)
trigger in interface TriggerableActivityBehaviortrigger in class IntermediateCatchEventActivityBehaviorpublic void cancelEvent(DelegateExecution execution)
IntermediateCatchEventActivityBehaviorcancelEvent in class IntermediateCatchEventActivityBehaviorprotected ExecutionEntity deleteMessageEventSubScription(DelegateExecution execution)
Copyright © 2015 Alfresco. All rights reserved.