Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.GatewayActivityBehavior
-
Packages that use GatewayActivityBehavior Package Description org.camunda.bpm.engine.impl.bpmn.behavior -
-
Uses of GatewayActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
Subclasses of GatewayActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior Modifier and Type Class Description class
ExclusiveGatewayActivityBehavior
implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.class
InclusiveGatewayActivityBehavior
Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.class
ParallelGatewayActivityBehavior
Implementation of the Parallel Gateway/AND gateway as definined in the BPMN 2.0 specification.
-