Uses of Class
org.camunda.bpm.model.xml.impl.ModelInstanceImpl

Packages that use ModelInstanceImpl
org.camunda.bpm.model.xml.impl.instance   
org.camunda.bpm.model.xml.impl.type   
org.camunda.bpm.model.xml.impl.util   
org.camunda.bpm.model.xml.instance   
 

Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.impl.instance
 

Fields in org.camunda.bpm.model.xml.impl.instance declared as ModelInstanceImpl
protected  ModelInstanceImpl ModelElementInstanceImpl.modelInstance
          the containing model instance
 

Methods in org.camunda.bpm.model.xml.impl.instance that return ModelInstanceImpl
 ModelInstanceImpl ModelTypeInstanceContext.getModel()
           
 ModelInstanceImpl ModelElementInstanceImpl.getModelInstance()
           
 

Methods in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelInstanceImpl
 List<DomElement> DomElementImpl.getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType)
           
 

Constructors in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelInstanceImpl
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
 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
static List<DomElement> DomUtil.filterNodeListByType(NodeList nodeList, ModelInstanceImpl modelInstance, Class<?> type)
          Filter a NodeList retaining all elements with a specific type
static ModelElementInstance ModelUtil.getModelElement(DomElement domElement, ModelInstanceImpl modelInstance)
          Returns the ModelElement 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 view
 

Constructors in org.camunda.bpm.model.xml.impl.util with parameters of type ModelInstanceImpl
DomUtil.ElementByTypeListFilter(Class<?> type, ModelInstanceImpl modelInstance)
           
 

Uses of ModelInstanceImpl in org.camunda.bpm.model.xml.instance
 

Methods in org.camunda.bpm.model.xml.instance with parameters of type ModelInstanceImpl
 List<DomElement> DomElement.getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType)
          Returns all child elements of this element with a specific type.
 



Copyright © 2014 camunda services GmbH. All rights reserved.