Uses of Interface
org.camunda.bpm.model.xml.Model
-
-
Uses of Model in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return Model Modifier and Type Method Description Model
Bpmn. getBpmnModel()
Methods in org.camunda.bpm.model.bpmn with parameters of type Model Modifier and Type Method Description void
Bpmn. setBpmnModel(Model bpmnModel)
-
Uses of Model in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn that return Model Modifier and Type Method Description Model
Cmmn. getCmmnModel()
Methods in org.camunda.bpm.model.cmmn with parameters of type Model Modifier and Type Method Description void
Cmmn. setCmmnModel(Model cmmnModel)
-
Uses of Model in org.camunda.bpm.model.dmn
Methods in org.camunda.bpm.model.dmn that return Model Modifier and Type Method Description Model
Dmn. getDmnModel()
Methods in org.camunda.bpm.model.dmn with parameters of type Model Modifier and Type Method Description void
Dmn. setDmnModel(Model dmnModel)
-
Uses of Model in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml that return Model Modifier and Type Method Description 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 Modifier and Type Class Description class
ModelImpl
A model contains all defined types and the relationship between them.Methods in org.camunda.bpm.model.xml.impl that return Model Modifier and Type Method Description Model
ModelBuilderImpl. build()
Model
ModelInstanceImpl. getModel()
Methods in org.camunda.bpm.model.xml.impl with parameters of type Model Modifier and Type Method Description 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 Modifier and Type Method Description Model
ModelElementTypeImpl. getModel()
Methods in org.camunda.bpm.model.xml.impl.type with parameters of type Model Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Model Modifier and Type Method Description 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 Modifier and Type Field Description static Model
AbstractModelElementInstanceTest. model
Methods in org.camunda.bpm.model.xml.test that return Model Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ModelElementType
ChildElementCollection. getChildElementType(Model model)
Get the model element type of the elements contained in this collection.
-