Class CompensationEventActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.CompensationEventActivityBehavior
- All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>
,ActivityBehavior
,SignallableActivityBehavior
Behavior for a compensation end event.
- Author:
- Philipp Ossler
- See Also:
-
IntermediateThrowCompensationEventActivityBehavior
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior, LOG
-
Constructor Summary
ConstructorDescriptionCompensationEventActivityBehavior
(CompensateEventDefinition compensateEventDefinition) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<EventSubscriptionEntity>
collectEventSubscriptions
(ActivityExecution execution) void
execute
(ActivityExecution execution) Default behaviour: just leave the activity with no extra functionality.void
signal
(ActivityExecution execution, String signalName, Object signalData) Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
doLeave, leave, leaveIgnoreConditions
-
Field Details
-
compensateEventDefinition
-
-
Constructor Details
-
CompensationEventActivityBehavior
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehavior
Default behaviour: just leave the activity with no extra functionality.- Specified by:
execute
in interfaceActivityBehavior
- Specified by:
execute
in interfaceCoreActivityBehavior<ActivityExecution>
- Overrides:
execute
in classFlowNodeActivityBehavior
- Throws:
Exception
-
collectEventSubscriptions
-
signal
public void signal(ActivityExecution execution, String signalName, Object signalData) throws Exception - Specified by:
signal
in interfaceSignallableActivityBehavior
- Overrides:
signal
in classFlowNodeActivityBehavior
- Throws:
Exception
-