Uses of Class
org.camunda.bpm.model.bpmn.EventBasedGatewayType

Packages that use EventBasedGatewayType
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
static EventBasedGatewayType EventBasedGatewayType.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
 B AbstractEventBasedGatewayBuilder.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
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<EventBasedGatewayType> EventBasedGatewayImpl.eventGatewayTypeAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return EventBasedGatewayType
 EventBasedGatewayType EventBasedGatewayImpl.getEventGatewayType()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type EventBasedGatewayType
 void EventBasedGatewayImpl.setEventGatewayType(EventBasedGatewayType eventGatewayType)
           
 

Uses of EventBasedGatewayType in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return EventBasedGatewayType
 EventBasedGatewayType EventBasedGateway.getEventGatewayType()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type EventBasedGatewayType
 void EventBasedGateway.setEventGatewayType(EventBasedGatewayType eventGatewayType)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.