Uses of Class
org.camunda.bpm.model.bpmn.EventBasedGatewayType
-
Packages that use EventBasedGatewayType Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of EventBasedGatewayType in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return EventBasedGatewayType Modifier and Type Method Description static EventBasedGatewayTypeEventBasedGatewayType. valueOf(String name)Returns 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 org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type EventBasedGatewayType Modifier and Type Method Description BAbstractEventBasedGatewayBuilder. eventGatewayType(EventBasedGatewayType eventGatewayType)Sets the event gateway type of the build event based gateway. -
Uses of EventBasedGatewayType in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type EventBasedGatewayType Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<EventBasedGatewayType>EventBasedGatewayImpl. eventGatewayTypeAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance that return EventBasedGatewayType Modifier and Type Method Description EventBasedGatewayTypeEventBasedGatewayImpl. getEventGatewayType()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type EventBasedGatewayType Modifier and Type Method Description voidEventBasedGatewayImpl. setEventGatewayType(EventBasedGatewayType eventGatewayType) -
Uses of EventBasedGatewayType in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return EventBasedGatewayType Modifier and Type Method Description EventBasedGatewayTypeEventBasedGateway. getEventGatewayType()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type EventBasedGatewayType Modifier and Type Method Description voidEventBasedGateway. setEventGatewayType(EventBasedGatewayType eventGatewayType)
-