Uses of Interface
org.camunda.bpm.model.bpmn.instance.Gateway
-
Packages that use Gateway Package Description 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 Modifier and Type Class Description class
AbstractGatewayBuilder<B extends AbstractGatewayBuilder<B,E>,E extends Gateway>
Methods in org.camunda.bpm.model.bpmn.builder that return Gateway Modifier and Type Method Description 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 Modifier and Type Class Description class
ComplexGatewayImpl
The BPMN complexGateway elementclass
EventBasedGatewayImpl
The BPMN eventBasedGateway elementclass
ExclusiveGatewayImpl
The BPMN exclusiveGateway elementclass
GatewayImpl
The BPMN gateway elementclass
InclusiveGatewayImpl
The BPMN inclusiveGateway elementclass
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 Modifier and Type Interface Description interface
ComplexGateway
The BPMN complexGateway elementinterface
EventBasedGateway
The BPMN eventBasedGateway elementinterface
ExclusiveGateway
The BPMN exclusiveGateway elementinterface
InclusiveGateway
The BPMN inclusiveGateway elementinterface
ParallelGateway
The BPMN parallelGateway element
-