Uses of Interface
org.camunda.bpm.model.xml.Model
Package
Description
-
Uses of Model in org.camunda.bpm.model.bpmn
-
Uses of Model in org.camunda.bpm.model.cmmn
-
Uses of Model in org.camunda.bpm.model.dmn
-
Uses of Model in org.camunda.bpm.model.xml
-
Uses of Model in org.camunda.bpm.model.xml.impl
Modifier and TypeClassDescriptionclass
A model contains all defined types and the relationship between them. -
Uses of Model in org.camunda.bpm.model.xml.impl.type
Modifier and TypeMethodDescriptionvoid
ModelElementTypeBuilderImpl.buildTypeHierarchy
(Model model) void
ModelElementTypeBuilderImpl.performModelBuild
(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.type.attribute
Modifier and TypeMethodDescriptionvoid
AttributeBuilderImpl.performModelBuild
(Model model) void
StringAttributeBuilderImpl.performModelBuild
(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.type.child
Modifier 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
Modifier 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
Modifier 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
-
Uses of Model in org.camunda.bpm.model.xml.test.assertions
-
Uses of Model in org.camunda.bpm.model.xml.type
-
Uses of Model in org.camunda.bpm.model.xml.type.child
Modifier and TypeMethodDescriptionChildElementCollection.getChildElementType
(Model model) Get the model element type of the elements contained in this collection.