Uses of Interface
org.camunda.bpm.model.xml.ModelInstance
Packages that use ModelInstance
Package
Description
- 
Uses of ModelInstance in org.camunda.bpm.engine.impl.persistence.deploy.cache
Classes in org.camunda.bpm.engine.impl.persistence.deploy.cache with type parameters of type ModelInstanceModifier and TypeClassDescriptionclassModelInstanceCache<InstanceType extends ModelInstance,DefinitionType extends ResourceDefinitionEntity>  - 
Uses of ModelInstance in org.camunda.bpm.model.bpmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.bpmn - 
Uses of ModelInstance in org.camunda.bpm.model.bpmn.impl
Classes in org.camunda.bpm.model.bpmn.impl that implement ModelInstance - 
Uses of ModelInstance in org.camunda.bpm.model.cmmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.cmmn - 
Uses of ModelInstance in org.camunda.bpm.model.cmmn.impl
Classes in org.camunda.bpm.model.cmmn.impl that implement ModelInstance - 
Uses of ModelInstance in org.camunda.bpm.model.dmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.dmn - 
Uses of ModelInstance in org.camunda.bpm.model.dmn.impl
Classes in org.camunda.bpm.model.dmn.impl that implement ModelInstance - 
Uses of ModelInstance in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml that return ModelInstanceModifier and TypeMethodDescriptionModelInstance.clone()Copies the model instance but not the model. - 
Uses of ModelInstance in org.camunda.bpm.model.xml.impl
Classes in org.camunda.bpm.model.xml.impl that implement ModelInstanceMethods in org.camunda.bpm.model.xml.impl that return ModelInstance - 
Uses of ModelInstance in org.camunda.bpm.model.xml.impl.parser
Methods in org.camunda.bpm.model.xml.impl.parser that return ModelInstanceModifier and TypeMethodDescriptionprotected abstract ModelInstanceAbstractModelParser.createModelInstance(DomDocument document) AbstractModelParser.getEmptyModel()AbstractModelParser.parseModelFromStream(InputStream inputStream)  - 
Uses of ModelInstance in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ModelInstanceModifier and TypeMethodDescriptionModelElementTypeImpl.getInstances(ModelInstance modelInstance) ModelElementTypeImpl.newInstance(ModelInstance modelInstance)  - 
Uses of ModelInstance in org.camunda.bpm.model.xml.instance
Methods in org.camunda.bpm.model.xml.instance that return ModelInstanceModifier and TypeMethodDescriptionModelElementInstance.getModelInstance()Returns the model instance which contains this type instance. - 
Uses of ModelInstance in org.camunda.bpm.model.xml.test
Fields in org.camunda.bpm.model.xml.test declared as ModelInstanceModifier and TypeFieldDescriptionstatic ModelInstanceAbstractModelElementInstanceTest.modelInstanceMethods in org.camunda.bpm.model.xml.test that return ModelInstance - 
Uses of ModelInstance in org.camunda.bpm.model.xml.type
Methods in org.camunda.bpm.model.xml.type with parameters of type ModelInstanceModifier and TypeMethodDescriptionModelElementType.getInstances(ModelInstance modelInstanceImpl) ModelElementType.newInstance(ModelInstance modelInstance)