Uses of Interface
org.camunda.bpm.model.bpmn.instance.EventBasedGateway
-
Packages that use EventBasedGateway Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of EventBasedGateway in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type EventBasedGateway Constructor Description AbstractEventBasedGatewayBuilder(BpmnModelInstance modelInstance, EventBasedGateway element, Class<?> selfType)
EventBasedGatewayBuilder(BpmnModelInstance modelInstance, EventBasedGateway element)
-
Uses of EventBasedGateway in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement EventBasedGateway Modifier and Type Class Description class
EventBasedGatewayImpl
The BPMN eventBasedGateway element
-