Uses of Interface
org.camunda.bpm.model.xml.Model
Packages that use Model
Package
Description
-
Uses of Model in org.camunda.bpm.model.bpmn
Methods 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.cmmn
Methods 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.dmn
Methods 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.xml
Methods in org.camunda.bpm.model.xml that return Model -
Uses of Model in org.camunda.bpm.model.xml.impl
Classes in org.camunda.bpm.model.xml.impl that implement ModelModifier and TypeClassDescriptionclass
A 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.type
Methods 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 TypeMethodDescriptionvoid
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 ModelModifier and TypeMethodDescriptionvoid
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 ModelModifier and TypeMethodDescriptionChildElementCollectionImpl.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 ModelModifier and TypeMethodDescriptionvoid
AttributeReferenceBuilderImpl.performModelBuild
(Model model) void
AttributeReferenceCollectionBuilderImpl.performModelBuild
(Model model) void
ElementReferenceCollectionBuilderImpl.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 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.test
Fields 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.assertions
Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type Model -
Uses of Model in org.camunda.bpm.model.xml.type
Methods in org.camunda.bpm.model.xml.type that return Model -
Uses of Model in org.camunda.bpm.model.xml.type.child
Methods 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.