Uses of Interface
org.camunda.bpm.model.xml.ModelInstance
-
-
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 ModelInstance Modifier and Type Class Description class
ModelInstanceCache<InstanceType extends ModelInstance,DefinitionType extends ResourceDefinitionEntity>
-
Uses of ModelInstance in org.camunda.bpm.model.bpmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.bpmn Modifier and Type Interface Description interface
BpmnModelInstance
A BPMN 2.0 Model -
Uses of ModelInstance in org.camunda.bpm.model.bpmn.impl
Classes in org.camunda.bpm.model.bpmn.impl that implement ModelInstance Modifier and Type Class Description class
BpmnModelInstanceImpl
The Bpmn Model -
Uses of ModelInstance in org.camunda.bpm.model.cmmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.cmmn Modifier and Type Interface Description interface
CmmnModelInstance
-
Uses of ModelInstance in org.camunda.bpm.model.cmmn.impl
Classes in org.camunda.bpm.model.cmmn.impl that implement ModelInstance Modifier and Type Class Description class
CmmnModelInstanceImpl
-
Uses of ModelInstance in org.camunda.bpm.model.dmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.dmn Modifier and Type Interface Description interface
DmnModelInstance
-
Uses of ModelInstance in org.camunda.bpm.model.dmn.impl
Classes in org.camunda.bpm.model.dmn.impl that implement ModelInstance Modifier and Type Class Description class
DmnModelInstanceImpl
-
Uses of ModelInstance in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml that return ModelInstance Modifier and Type Method Description 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 Modifier and Type Class Description class
ModelInstanceImpl
An instance of a modelMethods in org.camunda.bpm.model.xml.impl that return ModelInstance Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description static ModelInstance
AbstractModelElementInstanceTest. modelInstance
Methods in org.camunda.bpm.model.xml.test that return ModelInstance Modifier and Type Method Description 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 Modifier and Type Method Description Collection<ModelElementInstance>
ModelElementType. getInstances(ModelInstance modelInstanceImpl)
ModelElementInstance
ModelElementType. newInstance(ModelInstance modelInstance)
-