Uses of Class
org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
-
Packages that use AbstractBaseElementBuilder Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of AbstractBaseElementBuilder in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type AbstractBaseElementBuilder Modifier and Type Class Description class
AbstractBaseElementBuilder<B extends AbstractBaseElementBuilder<B,E>,E extends BaseElement>
-
Uses of AbstractBaseElementBuilder in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return AbstractBaseElementBuilder Modifier and Type Method Description AbstractBaseElementBuilder
BpmnModelElementInstanceImpl. builder()
-
Uses of AbstractBaseElementBuilder in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return AbstractBaseElementBuilder Modifier and Type Method Description AbstractBaseElementBuilder
BpmnModelElementInstance. builder()
Returns a new fluent builder for the element if implemented.
-