Class GatewayActivityBehavior
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
-
- org.activiti.engine.impl.bpmn.behavior.GatewayActivityBehavior
-
- All Implemented Interfaces:
java.io.Serializable,ActivityBehavior,TriggerableActivityBehavior
- Direct Known Subclasses:
ExclusiveGatewayActivityBehavior,InclusiveGatewayActivityBehavior,ParallelGatewayActivityBehavior
public abstract class GatewayActivityBehavior extends FlowNodeActivityBehavior
super class for all gateway activity implementations.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
-
Constructor Summary
Constructors Constructor Description GatewayActivityBehavior()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidlockFirstParentScope(DelegateExecution execution)-
Methods inherited from class org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
execute, leave, leaveIgnoreConditions, parseActivityType, trigger
-
-
-
-
Method Detail
-
lockFirstParentScope
protected void lockFirstParentScope(DelegateExecution execution)
-
-