Class IntermediateCatchSignalEventActivityBehavior
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.IntermediateCatchSignalEventActivityBehavior
- All Implemented Interfaces:
Serializable,ActivityBehavior,TriggerableActivityBehavior
public class IntermediateCatchSignalEventActivityBehavior
extends IntermediateCatchEventActivityBehavior
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior, v5MultiInstanceActivityBehaviorFields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior -
Constructor Summary
ConstructorsConstructorDescriptionIntermediateCatchSignalEventActivityBehavior(SignalEventDefinition signalEventDefinition, Signal signal) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecutionEntitydeleteSignalEventSubscription(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.voidtrigger(DelegateExecution execution, String triggerName, Object triggerData) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEventMethods inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, getV5MultiInstanceActivityBehavior, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, setV5MultiInstanceActivityBehaviorMethods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType
-
Field Details
-
signalEventDefinition
-
signal
-
-
Constructor Details
-
IntermediateCatchSignalEventActivityBehavior
public IntermediateCatchSignalEventActivityBehavior(SignalEventDefinition signalEventDefinition, Signal signal)
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classIntermediateCatchEventActivityBehavior
-
trigger
- Specified by:
triggerin interfaceTriggerableActivityBehavior- Overrides:
triggerin classIntermediateCatchEventActivityBehavior
-
eventCancelledByEventGateway
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
-
deleteSignalEventSubscription
-