Uses of Interface
io.camunda.zeebe.model.bpmn.instance.InclusiveGateway
Packages that use InclusiveGateway
Package
Description
-
Uses of InclusiveGateway in io.camunda.zeebe.model.bpmn.builder
Constructors in io.camunda.zeebe.model.bpmn.builder with parameters of type InclusiveGatewayModifierConstructorDescriptionprotectedAbstractInclusiveGatewayBuilder(BpmnModelInstance modelInstance, InclusiveGateway element, Class<?> selfType) InclusiveGatewayBuilder(BpmnModelInstance modelInstance, InclusiveGateway element) -
Uses of InclusiveGateway in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement InclusiveGateway -
Uses of InclusiveGateway in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type InclusiveGatewayMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type InclusiveGatewayModifier and TypeMethodDescriptionvoidInclusiveGatewayValidator.validate(InclusiveGateway element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)