Class IntermediateCatchConditionalEventActivityBehavior
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.IntermediateCatchConditionalEventActivityBehavior
- All Implemented Interfaces:
Serializable
,ActivityBehavior
,TriggerableActivityBehavior
public class IntermediateCatchConditionalEventActivityBehavior
extends IntermediateCatchEventActivityBehavior
- 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
ConstructorsConstructorDescriptionIntermediateCatchConditionalEventActivityBehavior
(ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.void
trigger
(DelegateExecution execution, String triggerName, Object triggerData) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
deleteOtherEventsRelatedToEventBasedGateway, eventCancelledByEventGateway, 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
-
conditionalEventDefinition
-
conditionExpression
-
-
Constructor Details
-
IntermediateCatchConditionalEventActivityBehavior
public IntermediateCatchConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEventDefinition, String conditionExpression)
-
-
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
-
trigger
- Specified by:
trigger
in interfaceTriggerableActivityBehavior
- Overrides:
trigger
in classIntermediateCatchEventActivityBehavior
-