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 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.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 TypeMethodDescriptionvoidModelElementTypeBuilderImpl.buildTypeHierarchy(Model model) voidModelElementTypeBuilderImpl.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 TypeMethodDescriptionvoidAttributeBuilderImpl.performModelBuild(Model model) voidStringAttributeBuilderImpl.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) voidChildElementCollectionBuilderImpl.performModelBuild(Model model) voidSequenceBuilderImpl.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 TypeMethodDescriptionvoidAttributeReferenceBuilderImpl.performModelBuild(Model model) voidAttributeReferenceCollectionBuilderImpl.performModelBuild(Model model) voidElementReferenceCollectionBuilderImpl.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.