public class IntermediateCatchMessageEventActivityBehavior extends IntermediateCatchEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.bpmn.model.MessageEventDefinition |
messageEventDefinition |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateCatchMessageEventActivityBehavior(org.flowable.bpmn.model.MessageEventDefinition messageEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionEntity |
deleteMessageEventSubScription(DelegateExecution execution) |
void |
eventCancelledByEventGateway(DelegateExecution execution)
Should be subclassed by the more specific types.
|
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.flowable.bpmn.model.MessageEventDefinition messageEventDefinition
public IntermediateCatchMessageEventActivityBehavior(org.flowable.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 eventCancelledByEventGateway(DelegateExecution execution)
IntermediateCatchEventActivityBehavioreventCancelledByEventGateway in class IntermediateCatchEventActivityBehaviorprotected ExecutionEntity deleteMessageEventSubScription(DelegateExecution execution)
Copyright © 2017 Flowable. All rights reserved.