|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
protected static ModelElementTypeImpl |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance,
String namespaceUri)
|
|
static
|
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.impl.validation |
|---|
| Fields in org.camunda.bpm.model.xml.impl.validation declared as ModelInstanceImpl | |
|---|---|
protected ModelInstanceImpl |
ModelInstanceValidator.modelInstanceImpl
|
| Constructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ModelInstanceImpl | |
|---|---|
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 | |
|---|---|
List<DomElement> |
DomElement.getChildElementsByType(ModelInstanceImpl modelInstance,
Class<? extends ModelElementInstance> elementType)
Returns all child elements of this element with a specific type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||