Uses of Interface
org.camunda.bpm.model.xml.Model
Packages that use Model
Package
Description
- 
Uses of Model in org.camunda.bpm.model.bpmnMethods in org.camunda.bpm.model.bpmn that return ModelMethods in org.camunda.bpm.model.bpmn with parameters of type Model
- 
Uses of Model in org.camunda.bpm.model.cmmnMethods in org.camunda.bpm.model.cmmn that return ModelMethods in org.camunda.bpm.model.cmmn with parameters of type Model
- 
Uses of Model in org.camunda.bpm.model.dmnMethods in org.camunda.bpm.model.dmn that return ModelMethods in org.camunda.bpm.model.dmn with parameters of type Model
- 
Uses of Model in org.camunda.bpm.model.xmlMethods in org.camunda.bpm.model.xml that return Model
- 
Uses of Model in org.camunda.bpm.model.xml.implClasses in org.camunda.bpm.model.xml.impl that implement ModelModifier and TypeClassDescriptionclassA model contains all defined types and the relationship between them.Methods in org.camunda.bpm.model.xml.impl that return ModelMethods in org.camunda.bpm.model.xml.impl with parameters of type Model
- 
Uses of Model in org.camunda.bpm.model.xml.impl.typeMethods in org.camunda.bpm.model.xml.impl.type that return ModelMethods in org.camunda.bpm.model.xml.impl.type with parameters of type ModelModifier and TypeMethodDescriptionvoidModelElementTypeBuilderImpl.buildTypeHierarchy(Model model) voidModelElementTypeBuilderImpl.performModelBuild(Model model) 
- 
Uses of Model in org.camunda.bpm.model.xml.impl.type.attributeMethods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type ModelModifier and TypeMethodDescriptionvoidAttributeBuilderImpl.performModelBuild(Model model) voidStringAttributeBuilderImpl.performModelBuild(Model model) 
- 
Uses of Model in org.camunda.bpm.model.xml.impl.type.childMethods in org.camunda.bpm.model.xml.impl.type.child with parameters of type ModelModifier and TypeMethodDescriptionChildElementCollectionImpl.getChildElementType(Model model) voidChildElementCollectionBuilderImpl.performModelBuild(Model model) voidSequenceBuilderImpl.performModelBuild(Model model) 
- 
Uses of Model in org.camunda.bpm.model.xml.impl.type.referenceMethods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ModelModifier and TypeMethodDescriptionvoidAttributeReferenceBuilderImpl.performModelBuild(Model model) voidAttributeReferenceCollectionBuilderImpl.performModelBuild(Model model) voidElementReferenceCollectionBuilderImpl.performModelBuild(Model model) 
- 
Uses of Model in org.camunda.bpm.model.xml.impl.utilMethods in org.camunda.bpm.model.xml.impl.util with parameters of type ModelModifier and TypeMethodDescriptionstatic 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.testFields in org.camunda.bpm.model.xml.test declared as ModelMethods in org.camunda.bpm.model.xml.test that return Model
- 
Uses of Model in org.camunda.bpm.model.xml.test.assertionsMethods in org.camunda.bpm.model.xml.test.assertions with parameters of type Model
- 
Uses of Model in org.camunda.bpm.model.xml.typeMethods in org.camunda.bpm.model.xml.type that return Model
- 
Uses of Model in org.camunda.bpm.model.xml.type.childMethods in org.camunda.bpm.model.xml.type.child with parameters of type ModelModifier and TypeMethodDescriptionChildElementCollection.getChildElementType(Model model) Get the model element type of the elements contained in this collection.