Uses of Interface
org.camunda.bpm.model.xml.ModelInstance

Packages that use ModelInstance
org.camunda.bpm.model.xml   
org.camunda.bpm.model.xml.impl   
org.camunda.bpm.model.xml.impl.parser   
org.camunda.bpm.model.xml.impl.type   
org.camunda.bpm.model.xml.instance   
org.camunda.bpm.model.xml.test   
org.camunda.bpm.model.xml.type   
 

Uses of ModelInstance in org.camunda.bpm.model.xml
 

Methods in org.camunda.bpm.model.xml that return ModelInstance
 ModelInstance ModelInstance.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 ModelInstance
 class ModelInstanceImpl
          An instance of a model
 

Methods in org.camunda.bpm.model.xml.impl that return ModelInstance
 ModelInstance ModelInstanceImpl.clone()
           
 

Uses of ModelInstance in org.camunda.bpm.model.xml.impl.parser
 

Methods in org.camunda.bpm.model.xml.impl.parser that return ModelInstance
protected abstract  ModelInstance AbstractModelParser.createModelInstance(DomDocument document)
           
 ModelInstance AbstractModelParser.getEmptyModel()
           
 ModelInstance 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 ModelInstance
 Collection<ModelElementInstance> ModelElementTypeImpl.getInstances(ModelInstance modelInstance)
           
 ModelElementInstance ModelElementTypeImpl.newInstance(ModelInstance modelInstance)
           
 

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

Methods in org.camunda.bpm.model.xml.instance that return ModelInstance
 ModelInstance ModelElementInstance.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 ModelInstance
static ModelInstance AbstractModelElementInstanceTest.modelInstance
           
 

Methods in org.camunda.bpm.model.xml.test that return ModelInstance
 ModelInstance GetModelElementTypeRule.getModelInstance()
           
 

Uses of ModelInstance in org.camunda.bpm.model.xml.type
 

Methods in org.camunda.bpm.model.xml.type with parameters of type ModelInstance
 Collection<ModelElementInstance> ModelElementType.getInstances(ModelInstance modelInstanceImpl)
           
 ModelElementInstance ModelElementType.newInstance(ModelInstance modelInstance)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.