Uses of Interface
io.camunda.zeebe.model.bpmn.instance.ExclusiveGateway
Packages that use ExclusiveGateway
Package
Description
-
Uses of ExclusiveGateway in io.camunda.zeebe.model.bpmn.builder
Constructors in io.camunda.zeebe.model.bpmn.builder with parameters of type ExclusiveGatewayModifierConstructorDescriptionprotected
AbstractExclusiveGatewayBuilder
(BpmnModelInstance modelInstance, ExclusiveGateway element, Class<?> selfType) ExclusiveGatewayBuilder
(BpmnModelInstance modelInstance, ExclusiveGateway element) -
Uses of ExclusiveGateway in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement ExclusiveGateway -
Uses of ExclusiveGateway in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type ExclusiveGatewayMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type ExclusiveGatewayModifier and TypeMethodDescriptionvoid
ExclusiveGatewayValidator.validate
(ExclusiveGateway element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)