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