|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||