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

Packages that use ModelInstance
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.type   
 

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
 

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.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 © 2014 camunda services GmbH. All rights reserved.