Uses of Class
org.camunda.bpm.model.bpmn.builder.BoundaryEventBuilder
-
Packages that use BoundaryEventBuilder Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of BoundaryEventBuilder in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return BoundaryEventBuilder Modifier and Type Method Description BoundaryEventBuilder
AbstractActivityBuilder. boundaryEvent()
BoundaryEventBuilder
AbstractActivityBuilder. boundaryEvent(String id)
-
Uses of BoundaryEventBuilder in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return BoundaryEventBuilder Modifier and Type Method Description BoundaryEventBuilder
BoundaryEventImpl. builder()
-
Uses of BoundaryEventBuilder in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return BoundaryEventBuilder Modifier and Type Method Description BoundaryEventBuilder
BoundaryEvent. builder()
-