Uses of Class
org.camunda.bpm.model.xml.impl.ModelInstanceImpl
-
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.bpmn.impl
Subclasses of ModelInstanceImpl in org.camunda.bpm.model.bpmn.impl Modifier and Type Class Description class
BpmnModelInstanceImpl
The Bpmn Model -
Uses of ModelInstanceImpl in org.camunda.bpm.model.cmmn.impl
Subclasses of ModelInstanceImpl in org.camunda.bpm.model.cmmn.impl Modifier and Type Class Description class
CmmnModelInstanceImpl
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.dmn.impl
Subclasses of ModelInstanceImpl in org.camunda.bpm.model.dmn.impl Modifier and Type Class Description class
DmnModelInstanceImpl
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.instance
Fields in org.camunda.bpm.model.xml.impl.instance declared as ModelInstanceImpl Modifier and Type Field Description protected ModelInstanceImpl
ModelElementInstanceImpl. modelInstance
the containing model instanceMethods in org.camunda.bpm.model.xml.impl.instance that return ModelInstanceImpl Modifier and Type Method Description ModelInstanceImpl
ModelTypeInstanceContext. getModel()
ModelInstanceImpl
ModelElementInstanceImpl. getModelInstance()
Methods in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelInstanceImpl Modifier and Type Method Description List<DomElement>
DomElementImpl. getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType)
Constructors in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelInstanceImpl Constructor Description ModelTypeInstanceContext(DomElement domElement, ModelInstanceImpl model, ModelElementTypeImpl modelType)
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ModelInstanceImpl Modifier and Type Method Description ModelElementInstance
ModelElementTypeImpl. newInstance(ModelInstanceImpl modelInstance, DomElement domElement)
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.util
Methods in org.camunda.bpm.model.xml.impl.util with parameters of type ModelInstanceImpl Modifier and Type Method Description static 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 viewConstructors in org.camunda.bpm.model.xml.impl.util with parameters of type ModelInstanceImpl Constructor Description ElementByTypeListFilter(Class<?> type, ModelInstanceImpl modelInstance)
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.validation
Fields in org.camunda.bpm.model.xml.impl.validation declared as ModelInstanceImpl Modifier and Type Field Description protected ModelInstanceImpl
ModelInstanceValidator. modelInstanceImpl
Constructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ModelInstanceImpl Constructor Description ModelInstanceValidator(ModelInstanceImpl modelInstanceImpl, Collection<ModelElementValidator<?>> validators)
-
Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.instance
Methods in org.camunda.bpm.model.xml.instance with parameters of type ModelInstanceImpl Modifier and Type Method Description List<DomElement>
DomElement. getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType)
Returns all child elements of this element with a specific type.
-