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
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.
 

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 © 2014 camunda services GmbH. All rights reserved.