Class InclusiveGatewayActivityBehavior
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
-
- org.activiti.engine.impl.bpmn.behavior.GatewayActivityBehavior
-
- org.activiti.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
-
- All Implemented Interfaces:
java.io.Serializable,ActivityBehavior,InactiveActivityBehavior,TriggerableActivityBehavior
public class InclusiveGatewayActivityBehavior extends GatewayActivityBehavior implements InactiveActivityBehavior
Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
-
Constructor Summary
Constructors Constructor Description InclusiveGatewayActivityBehavior()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(DelegateExecution execution)Default behaviour: just leave the activity with no extra functionality.voidexecuteInactive(ExecutionEntity executionEntity)protected voidexecuteInclusiveGatewayLogic(ExecutionEntity execution)-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.GatewayActivityBehavior
lockFirstParentScope
-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions, parseActivityType, trigger
-
-
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution)
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classFlowNodeActivityBehavior
-
executeInactive
public void executeInactive(ExecutionEntity executionEntity)
- Specified by:
executeInactivein interfaceInactiveActivityBehavior
-
executeInclusiveGatewayLogic
protected void executeInclusiveGatewayLogic(ExecutionEntity execution)
-
-