Class IntermediateConditionalEventBehavior
java.lang.Object
org.operaton.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.operaton.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.operaton.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
org.operaton.bpm.engine.impl.bpmn.behavior.IntermediateConditionalEventBehavior
- All Implemented Interfaces:
ConditionalEventBehavior,CoreActivityBehavior<ActivityExecution>,ActivityBehavior,SignallableActivityBehavior
public class IntermediateConditionalEventBehavior
extends IntermediateCatchEventActivityBehavior
implements ConditionalEventBehavior
- Author:
- Christopher Zell invalid input: '<'christopher.zell@camunda.com>
-
Field Summary
FieldsFields inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
isAfterEventBasedGatewayFields inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
LOGFields inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior -
Constructor Summary
ConstructorsConstructorDescriptionIntermediateConditionalEventBehavior(ConditionalEventDefinition conditionalEvent, boolean isAfterEventBasedGateway) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ActivityExecution execution) Default behaviour: just leave the activity with no extra functionality.Returns the current conditional event definition.voidleaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent) Checks the condition, on satisfaction the activity is leaved.Methods inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
isAfterEventBasedGateway, signalMethods inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, signalCompensationDoneMethods inherited from class org.operaton.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions
-
Field Details
-
conditionalEvent
-
-
Constructor Details
-
IntermediateConditionalEventBehavior
public IntermediateConditionalEventBehavior(ConditionalEventDefinition conditionalEvent, boolean isAfterEventBasedGateway)
-
-
Method Details
-
getConditionalEventDefinition
Description copied from interface:ConditionalEventBehaviorReturns the current conditional event definition.- Specified by:
getConditionalEventDefinitionin interfaceConditionalEventBehavior- Returns:
- the conditional event definition
-
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Specified by:
executein interfaceCoreActivityBehavior<ActivityExecution>- Overrides:
executein classIntermediateCatchEventActivityBehavior- Throws:
Exception
-
leaveOnSatisfiedCondition
public void leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent) Description copied from interface:ConditionalEventBehaviorChecks the condition, on satisfaction the activity is leaved.- Specified by:
leaveOnSatisfiedConditionin interfaceConditionalEventBehavior- Parameters:
eventSubscription- the event subscription which contains all necessary informationsvariableEvent- the variableEvent to evaluate the condition
-