Uses of Enum
io.camunda.zeebe.model.bpmn.EventBasedGatewayType
Packages that use EventBasedGatewayType
Package
Description
-
Uses of EventBasedGatewayType in io.camunda.zeebe.model.bpmn
Methods in io.camunda.zeebe.model.bpmn that return EventBasedGatewayTypeModifier and TypeMethodDescriptionstatic EventBasedGatewayTypeReturns the enum constant of this type with the specified name.static EventBasedGatewayType[]EventBasedGatewayType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventBasedGatewayType in io.camunda.zeebe.model.bpmn.builder
Methods in io.camunda.zeebe.model.bpmn.builder with parameters of type EventBasedGatewayTypeModifier and TypeMethodDescriptionAbstractEventBasedGatewayBuilder.eventGatewayType(EventBasedGatewayType eventGatewayType) Sets the event gateway type of the build event based gateway. -
Uses of EventBasedGatewayType in io.camunda.zeebe.model.bpmn.impl.instance
Fields in io.camunda.zeebe.model.bpmn.impl.instance with type parameters of type EventBasedGatewayTypeModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<EventBasedGatewayType> EventBasedGatewayImpl.eventGatewayTypeAttributeMethods in io.camunda.zeebe.model.bpmn.impl.instance that return EventBasedGatewayTypeMethods in io.camunda.zeebe.model.bpmn.impl.instance with parameters of type EventBasedGatewayTypeModifier and TypeMethodDescriptionvoidEventBasedGatewayImpl.setEventGatewayType(EventBasedGatewayType eventGatewayType) -
Uses of EventBasedGatewayType in io.camunda.zeebe.model.bpmn.instance
Methods in io.camunda.zeebe.model.bpmn.instance that return EventBasedGatewayTypeMethods in io.camunda.zeebe.model.bpmn.instance with parameters of type EventBasedGatewayTypeModifier and TypeMethodDescriptionvoidEventBasedGateway.setEventGatewayType(EventBasedGatewayType eventGatewayType)