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 classAbstractBaseElementBuilder<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 AbstractBaseElementBuilderBpmnModelElementInstanceImpl. 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 AbstractBaseElementBuilderBpmnModelElementInstance. builder()Returns a new fluent builder for the element if implemented. 
 -