Uses of Interface
org.camunda.bpm.model.bpmn.instance.Gateway

Packages that use Gateway
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of Gateway in org.camunda.bpm.model.bpmn.builder
 

Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type Gateway
 class AbstractGatewayBuilder<B extends AbstractGatewayBuilder<B,E>,E extends Gateway>
           
 

Methods in org.camunda.bpm.model.bpmn.builder that return Gateway
 Gateway AbstractFlowNodeBuilder.findLastGateway()
           
 

Uses of Gateway in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Gateway
 class ComplexGatewayImpl
          The BPMN complexGateway element
 class EventBasedGatewayImpl
          The BPMN eventBasedGateway element
 class ExclusiveGatewayImpl
          The BPMN exclusiveGateway element
 class GatewayImpl
          The BPMN gateway element
 class InclusiveGatewayImpl
          The BPMN inclusiveGateway element
 class ParallelGatewayImpl
          The BPMN parallelGateway element
 

Uses of Gateway in org.camunda.bpm.model.bpmn.instance
 

Subinterfaces of Gateway in org.camunda.bpm.model.bpmn.instance
 interface ComplexGateway
          The BPMN complexGateway element
 interface EventBasedGateway
          The BPMN eventBasedGateway element
 interface ExclusiveGateway
          The BPMN exclusiveGateway element
 interface InclusiveGateway
          The BPMN inclusiveGateway element
 interface ParallelGateway
          The BPMN parallelGateway element
 



Copyright © 2017 camunda services GmbH. All rights reserved.