Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.GatewayActivityBehavior

Packages that use GatewayActivityBehavior
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
 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.
 



Copyright © 2015 camunda services GmbH. All rights reserved.