Class IntermediateCatchEventRegistryEventActivityBehavior
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventRegistryEventActivityBehavior
- All Implemented Interfaces:
Serializable
,ActivityBehavior
,TriggerableActivityBehavior
public class IntermediateCatchEventRegistryEventActivityBehavior
extends IntermediateCatchEventActivityBehavior
- Author:
- Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior, v5MultiInstanceActivityBehavior
Fields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionIntermediateCatchEventRegistryEventActivityBehavior
(String eventDefinitionKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecutionEntity
deleteEventSubscription
(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.protected String
getEventDefinitionKey
(CommandContext commandContext, ExecutionEntity executionEntity) void
trigger
(DelegateExecution execution, String triggerName, Object triggerData) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEvent
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, getV5MultiInstanceActivityBehavior, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, setV5MultiInstanceActivityBehavior
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType
-
Field Details
-
eventDefinitionKey
-
-
Constructor Details
-
IntermediateCatchEventRegistryEventActivityBehavior
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehavior
Default behaviour: just leave the activity with no extra functionality.- Specified by:
execute
in interfaceActivityBehavior
- Overrides:
execute
in classIntermediateCatchEventActivityBehavior
-
getEventDefinitionKey
protected String getEventDefinitionKey(CommandContext commandContext, ExecutionEntity executionEntity) -
trigger
- Specified by:
trigger
in interfaceTriggerableActivityBehavior
- Overrides:
trigger
in classIntermediateCatchEventActivityBehavior
-
eventCancelledByEventGateway
Description copied from class:IntermediateCatchEventActivityBehavior
Should be subclassed by the more specific types. For an intermediate catch without type, it's simply leaving the event.- Overrides:
eventCancelledByEventGateway
in classIntermediateCatchEventActivityBehavior
-
deleteEventSubscription
-