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