Uses of Interface
org.camunda.bpm.model.bpmn.instance.BoundaryEvent
-
Packages that use BoundaryEvent Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of BoundaryEvent in org.camunda.bpm.model.bpmn.builder
Fields in org.camunda.bpm.model.bpmn.builder declared as BoundaryEvent Modifier and Type Field Description protected BoundaryEvent
AbstractFlowNodeBuilder. compensateBoundaryEvent
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type BoundaryEvent Constructor Description AbstractBoundaryEventBuilder(BpmnModelInstance modelInstance, BoundaryEvent element, Class<?> selfType)
BoundaryEventBuilder(BpmnModelInstance modelInstance, BoundaryEvent element)
-
Uses of BoundaryEvent in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement BoundaryEvent Modifier and Type Class Description class
BoundaryEventImpl
The BPMN boundaryEvent element
-