Uses of Class
org.operaton.bpm.model.xml.impl.ModelInstanceImpl
Packages that use ModelInstanceImpl
Package
Description
-
Uses of ModelInstanceImpl in org.operaton.bpm.model.bpmn.impl
Subclasses of ModelInstanceImpl in org.operaton.bpm.model.bpmn.impl -
Uses of ModelInstanceImpl in org.operaton.bpm.model.cmmn.impl
Subclasses of ModelInstanceImpl in org.operaton.bpm.model.cmmn.impl -
Uses of ModelInstanceImpl in org.operaton.bpm.model.dmn.impl
Subclasses of ModelInstanceImpl in org.operaton.bpm.model.dmn.impl -
Uses of ModelInstanceImpl in org.operaton.bpm.model.xml.impl.instance
Fields in org.operaton.bpm.model.xml.impl.instance declared as ModelInstanceImplModifier and TypeFieldDescriptionprotected final ModelInstanceImplModelElementInstanceImpl.modelInstancethe containing model instanceMethods in org.operaton.bpm.model.xml.impl.instance that return ModelInstanceImplModifier and TypeMethodDescriptionModelElementInstanceImpl.getModelInstance()ModelTypeInstanceContext.model()Returns the value of themodelrecord component.Methods in org.operaton.bpm.model.xml.impl.instance with parameters of type ModelInstanceImplModifier and TypeMethodDescriptionDomElementImpl.getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType) Constructors in org.operaton.bpm.model.xml.impl.instance with parameters of type ModelInstanceImplModifierConstructorDescriptionModelTypeInstanceContext(DomElement domElement, ModelInstanceImpl model, ModelElementTypeImpl modelType) Creates an instance of aModelTypeInstanceContextrecord class. -
Uses of ModelInstanceImpl in org.operaton.bpm.model.xml.impl.type
Methods in org.operaton.bpm.model.xml.impl.type with parameters of type ModelInstanceImplModifier and TypeMethodDescriptionModelElementTypeImpl.newInstance(ModelInstanceImpl modelInstance, DomElement domElement) -
Uses of ModelInstanceImpl in org.operaton.bpm.model.xml.impl.util
Methods in org.operaton.bpm.model.xml.impl.util with parameters of type ModelInstanceImplModifier and TypeMethodDescriptionstatic List<DomElement> DomUtil.filterNodeListByType(NodeList nodeList, ModelInstanceImpl modelInstance, 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, String namespaceUri) static ModelElementInstanceModelUtil.getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, ModelElementTypeImpl modelType) Returns theModelElementfor 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.operaton.bpm.model.xml.impl.util with parameters of type ModelInstanceImplModifierConstructorDescriptionElementByTypeListFilter(Class<?> type, ModelInstanceImpl modelInstance) -
Uses of ModelInstanceImpl in org.operaton.bpm.model.xml.impl.validation
Fields in org.operaton.bpm.model.xml.impl.validation declared as ModelInstanceImplModifier and TypeFieldDescriptionprotected ModelInstanceImplModelInstanceValidator.modelInstanceImplConstructors in org.operaton.bpm.model.xml.impl.validation with parameters of type ModelInstanceImplModifierConstructorDescriptionModelInstanceValidator(ModelInstanceImpl modelInstanceImpl, Collection<ModelElementValidator<?>> validators) -
Uses of ModelInstanceImpl in org.operaton.bpm.model.xml.instance
Methods in org.operaton.bpm.model.xml.instance with parameters of type ModelInstanceImplModifier and TypeMethodDescriptionDomElement.getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType) Returns all child elements of this element with a specific type.