Uses of Interface
org.camunda.bpm.model.bpmn.instance.ExclusiveGateway
-
Packages that use ExclusiveGateway Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of ExclusiveGateway in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type ExclusiveGateway Constructor Description AbstractExclusiveGatewayBuilder(BpmnModelInstance modelInstance, ExclusiveGateway element, Class<?> selfType)
ExclusiveGatewayBuilder(BpmnModelInstance modelInstance, ExclusiveGateway element)
-
Uses of ExclusiveGateway in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ExclusiveGateway Modifier and Type Class Description class
ExclusiveGatewayImpl
The BPMN exclusiveGateway element
-