Uses of Class
org.camunda.bpm.model.xml.impl.ModelInstanceImpl
Package
Description
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.bpmn.impl
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.cmmn.impl
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.dmn.impl
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.instance
Modifier and TypeFieldDescriptionprotected final ModelInstanceImpl
ModelElementInstanceImpl.modelInstance
the containing model instanceModifier and TypeMethodDescriptionModelTypeInstanceContext.getModel()
ModelElementInstanceImpl.getModelInstance()
Modifier and TypeMethodDescriptionDomElementImpl.getChildElementsByType
(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType) ModifierConstructorDescriptionModelTypeInstanceContext
(DomElement domElement, ModelInstanceImpl model, ModelElementTypeImpl modelType) -
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.type
Modifier and TypeMethodDescriptionModelElementTypeImpl.newInstance
(ModelInstanceImpl modelInstance, DomElement domElement) -
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.util
Modifier and TypeMethodDescriptionstatic List<DomElement>
DomUtil.filterNodeListByType
(NodeList nodeList, ModelInstanceImpl modelInstance, Class<?> type) Filter aNodeList
retaining all elements with a specific typestatic ModelElementInstance
ModelUtil.getModelElement
(DomElement domElement, ModelInstanceImpl modelInstance) Returns theModelElement
for a DOM element.protected static ModelElementTypeImpl
ModelUtil.getModelElement
(DomElement domElement, ModelInstanceImpl modelInstance, String namespaceUri) static ModelElementInstance
ModelUtil.getModelElement
(DomElement domElement, ModelInstanceImpl modelInstance, ModelElementTypeImpl modelType) Returns theModelElement
for a DOM element.static <T extends ModelElementInstance>
Collection<T>ModelUtil.getModelElementCollection
(Collection<DomElement> view, ModelInstanceImpl model) Get a collection of all model element instances in a viewModifierConstructorDescriptionElementByTypeListFilter
(Class<?> type, ModelInstanceImpl modelInstance) -
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.validation
Modifier and TypeFieldDescriptionprotected ModelInstanceImpl
ModelInstanceValidator.modelInstanceImpl
ModifierConstructorDescriptionModelInstanceValidator
(ModelInstanceImpl modelInstanceImpl, Collection<ModelElementValidator<?>> validators) -
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.instance
Modifier and TypeMethodDescriptionDomElement.getChildElementsByType
(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType) Returns all child elements of this element with a specific type.