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 classExclusiveGatewayActivityBehaviorimplementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.classInclusiveGatewayActivityBehaviorImplementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.classParallelGatewayActivityBehaviorImplementation of the Parallel Gateway/AND gateway as definined in the BPMN 2.0 specification.
-