Class IntermediateCatchMessageEventActivityBehavior
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
-
- org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
-
- org.activiti.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
-
- org.activiti.engine.impl.bpmn.behavior.IntermediateCatchMessageEventActivityBehavior
-
- All Implemented Interfaces:
Serializable,ActivityBehavior,TriggerableActivityBehavior
public class IntermediateCatchMessageEventActivityBehavior extends IntermediateCatchEventActivityBehavior
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MessageEventDefinitionmessageEventDefinitionprotected MessageExecutionContextmessageExecutionContext-
Fields inherited from class org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior
-
Fields inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
-
Constructor Summary
Constructors Constructor Description IntermediateCatchMessageEventActivityBehavior(MessageEventDefinition messageEventDefinition, MessageExecutionContext messageExecutionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionEntitydeleteMessageEventSubScription(DelegateExecution execution)voideventCancelledByEventGateway(DelegateExecution execution)Should be subclassed by the more specific types.voidexecute(DelegateExecution execution)Default behaviour: just leave the activity with no extra functionality.MessageEventDefinitiongetMessageEventDefinition()MessageExecutionContextgetMessageExecutionContext()voidtrigger(DelegateExecution execution, String triggerName, Object triggerData)-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEvent
-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior
-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType
-
-
-
-
Field Detail
-
messageEventDefinition
protected final MessageEventDefinition messageEventDefinition
-
messageExecutionContext
protected final MessageExecutionContext messageExecutionContext
-
-
Constructor Detail
-
IntermediateCatchMessageEventActivityBehavior
public IntermediateCatchMessageEventActivityBehavior(MessageEventDefinition messageEventDefinition, MessageExecutionContext messageExecutionContext)
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution)
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classIntermediateCatchEventActivityBehavior
-
trigger
public void trigger(DelegateExecution execution, String triggerName, Object triggerData)
- Specified by:
triggerin interfaceTriggerableActivityBehavior- Overrides:
triggerin classIntermediateCatchEventActivityBehavior
-
eventCancelledByEventGateway
public void eventCancelledByEventGateway(DelegateExecution execution)
Description copied from class:IntermediateCatchEventActivityBehaviorShould be subclassed by the more specific types. For an intermediate catch without type, it's simply leaving the event.- Overrides:
eventCancelledByEventGatewayin classIntermediateCatchEventActivityBehavior
-
deleteMessageEventSubScription
protected ExecutionEntity deleteMessageEventSubScription(DelegateExecution execution)
-
getMessageEventDefinition
public MessageEventDefinition getMessageEventDefinition()
-
getMessageExecutionContext
public MessageExecutionContext getMessageExecutionContext()
-
-