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 classBpmnModelInstanceImplThe 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 classCmmnModelInstanceImpl -
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 classDmnModelInstanceImpl -
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 ModelInstanceImplModelElementInstanceImpl. modelInstancethe containing model instanceMethods in org.camunda.bpm.model.xml.impl.instance that return ModelInstanceImpl Modifier and Type Method Description ModelInstanceImplModelTypeInstanceContext. getModel()ModelInstanceImplModelElementInstanceImpl. getModelInstance()Methods in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelInstanceImpl Modifier and Type Method Description java.util.List<DomElement>DomElementImpl. getChildElementsByType(ModelInstanceImpl modelInstance, java.lang.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 ModelElementInstanceModelElementTypeImpl. 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 java.util.List<DomElement>DomUtil. filterNodeListByType(org.w3c.dom.NodeList nodeList, ModelInstanceImpl modelInstance, java.lang.Class<?> type)Filter aNodeListretaining all elements with a specific typestatic ModelElementInstanceModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance)Returns theModelElementfor a DOM element.protected static ModelElementTypeImplModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, java.lang.String namespaceUri)static ModelElementInstanceModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, ModelElementTypeImpl modelType)Returns theModelElementfor a DOM element.static <T extends ModelElementInstance>
java.util.Collection<T>ModelUtil. getModelElementCollection(java.util.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(java.lang.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 ModelInstanceImplModelInstanceValidator. modelInstanceImplConstructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ModelInstanceImpl Constructor Description ModelInstanceValidator(ModelInstanceImpl modelInstanceImpl, java.util.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 java.util.List<DomElement>DomElement. getChildElementsByType(ModelInstanceImpl modelInstance, java.lang.Class<? extends ModelElementInstance> elementType)Returns all child elements of this element with a specific type.
-