Uses of Class
org.camunda.bpm.model.xml.ModelBuilder

Packages that use ModelBuilder
org.camunda.bpm.model.xml   
org.camunda.bpm.model.xml.impl   
org.camunda.bpm.model.xml.impl.instance   
 

Uses of ModelBuilder in org.camunda.bpm.model.xml
 

Methods in org.camunda.bpm.model.xml that return ModelBuilder
abstract  ModelBuilder ModelBuilder.alternativeNamespace(String alternativeNs, String actualNs)
           
static ModelBuilder ModelBuilder.createInstance(String modelName)
           
 

Uses of ModelBuilder in org.camunda.bpm.model.xml.impl
 

Subclasses of ModelBuilder in org.camunda.bpm.model.xml.impl
 class ModelBuilderImpl
          This builder is used to define and create a new model.
 

Fields in org.camunda.bpm.model.xml.impl declared as ModelBuilder
protected  ModelBuilder ModelInstanceImpl.modelBuilder
           
 

Methods in org.camunda.bpm.model.xml.impl that return ModelBuilder
 ModelBuilder ModelBuilderImpl.alternativeNamespace(String alternativeNs, String actualNs)
           
 

Constructors in org.camunda.bpm.model.xml.impl with parameters of type ModelBuilder
ModelInstanceImpl(ModelImpl model, ModelBuilder modelBuilder, DomDocument document)
           
 

Uses of ModelBuilder in org.camunda.bpm.model.xml.impl.instance
 

Methods in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelBuilder
static void ModelElementInstanceImpl.registerType(ModelBuilder modelBuilder)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.