Uses of Interface
org.camunda.bpm.model.xml.Model

Packages that use Model
org.camunda.bpm.model.xml   
org.camunda.bpm.model.xml.impl   
org.camunda.bpm.model.xml.impl.type   
org.camunda.bpm.model.xml.impl.type.attribute   
org.camunda.bpm.model.xml.impl.type.child   
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.impl.util   
org.camunda.bpm.model.xml.test   
org.camunda.bpm.model.xml.test.assertions   
org.camunda.bpm.model.xml.type   
org.camunda.bpm.model.xml.type.child   
 

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

Methods in org.camunda.bpm.model.xml that return Model
abstract  Model ModelBuilder.build()
           
 Model ModelInstance.getModel()
          Returns the underlying model.
 

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

Classes in org.camunda.bpm.model.xml.impl that implement Model
 class ModelImpl
          A model contains all defined types and the relationship between them.
 

Methods in org.camunda.bpm.model.xml.impl that return Model
 Model ModelBuilderImpl.build()
           
 Model ModelInstanceImpl.getModel()
           
 

Methods in org.camunda.bpm.model.xml.impl with parameters of type Model
 void ModelBuildOperation.performModelBuild(Model model)
           
 

Uses of Model in org.camunda.bpm.model.xml.impl.type
 

Methods in org.camunda.bpm.model.xml.impl.type that return Model
 Model ModelElementTypeImpl.getModel()
           
 

Methods in org.camunda.bpm.model.xml.impl.type with parameters of type Model
 void ModelElementTypeBuilderImpl.buildTypeHierarchy(Model model)
           
 void ModelElementTypeBuilderImpl.performModelBuild(Model model)
           
 

Uses of Model in org.camunda.bpm.model.xml.impl.type.attribute
 

Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type Model
 void AttributeBuilderImpl.performModelBuild(Model model)
           
 void StringAttributeBuilderImpl.performModelBuild(Model model)
           
 

Uses of Model in org.camunda.bpm.model.xml.impl.type.child
 

Methods in org.camunda.bpm.model.xml.impl.type.child with parameters of type Model
 ModelElementType ChildElementCollectionImpl.getChildElementType(Model model)
           
 void ChildElementCollectionBuilderImpl.performModelBuild(Model model)
           
 void SequenceBuilderImpl.performModelBuild(Model model)
           
 

Uses of Model in org.camunda.bpm.model.xml.impl.type.reference
 

Methods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type Model
 void AttributeReferenceBuilderImpl.performModelBuild(Model model)
           
 void ElementReferenceCollectionBuilderImpl.performModelBuild(Model model)
           
 void AttributeReferenceCollectionBuilderImpl.performModelBuild(Model model)
           
 

Uses of Model in org.camunda.bpm.model.xml.impl.util
 

Methods in org.camunda.bpm.model.xml.impl.util with parameters of type Model
static Collection<ModelElementType> ModelUtil.calculateAllExtendingTypes(Model model, Collection<ModelElementType> baseTypes)
          Calculate a collection of all extending types for the given base types
 

Uses of Model in org.camunda.bpm.model.xml.test
 

Fields in org.camunda.bpm.model.xml.test declared as Model
static Model AbstractModelElementInstanceTest.model
           
 

Methods in org.camunda.bpm.model.xml.test that return Model
 Model GetModelElementTypeRule.getModel()
           
 

Uses of Model in org.camunda.bpm.model.xml.test.assertions
 

Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type Model
 ModelElementTypeAssert ModelElementTypeAssert.isPartOfModel(Model model)
           
 

Uses of Model in org.camunda.bpm.model.xml.type
 

Methods in org.camunda.bpm.model.xml.type that return Model
 Model ModelElementType.getModel()
           
 

Uses of Model in org.camunda.bpm.model.xml.type.child
 

Methods in org.camunda.bpm.model.xml.type.child with parameters of type Model
 ModelElementType ChildElementCollection.getChildElementType(Model model)
          Get the model element type of the elements contained in this collection.
 



Copyright © 2016 camunda services GmbH. All rights reserved.