Uses of Class
org.camunda.bpm.model.xml.ModelBuilder
-
Packages that use ModelBuilder Package Description 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 Modifier and Type Method Description abstract ModelBuilderModelBuilder. alternativeNamespace(String alternativeNs, String actualNs)static ModelBuilderModelBuilder. createInstance(String modelName) -
Uses of ModelBuilder in org.camunda.bpm.model.xml.impl
Subclasses of ModelBuilder in org.camunda.bpm.model.xml.impl Modifier and Type Class Description classModelBuilderImplThis builder is used to define and create a new model.Fields in org.camunda.bpm.model.xml.impl declared as ModelBuilder Modifier and Type Field Description protected ModelBuilderModelInstanceImpl. modelBuilderMethods in org.camunda.bpm.model.xml.impl that return ModelBuilder Modifier and Type Method Description ModelBuilderModelBuilderImpl. alternativeNamespace(String alternativeNs, String actualNs)Constructors in org.camunda.bpm.model.xml.impl with parameters of type ModelBuilder Constructor Description 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 Modifier and Type Method Description static voidModelElementInstanceImpl. registerType(ModelBuilder modelBuilder)
-