Uses of Interface
org.camunda.bpm.model.xml.ModelInstance
Package
Description
-
Uses of ModelInstance in org.camunda.bpm.engine.impl.persistence.deploy.cache
Modifier and TypeClassDescriptionclass
ModelInstanceCache<InstanceType extends ModelInstance,
DefinitionType extends ResourceDefinitionEntity> -
Uses of ModelInstance in org.camunda.bpm.model.bpmn
-
Uses of ModelInstance in org.camunda.bpm.model.bpmn.impl
-
Uses of ModelInstance in org.camunda.bpm.model.cmmn
-
Uses of ModelInstance in org.camunda.bpm.model.cmmn.impl
-
Uses of ModelInstance in org.camunda.bpm.model.dmn
-
Uses of ModelInstance in org.camunda.bpm.model.dmn.impl
-
Uses of ModelInstance in org.camunda.bpm.model.xml
Modifier and TypeMethodDescriptionModelInstance.clone()
Copies the model instance but not the model. -
Uses of ModelInstance in org.camunda.bpm.model.xml.impl
-
Uses of ModelInstance in org.camunda.bpm.model.xml.impl.parser
Modifier and TypeMethodDescriptionprotected abstract ModelInstance
AbstractModelParser.createModelInstance
(DomDocument document) AbstractModelParser.getEmptyModel()
AbstractModelParser.parseModelFromStream
(InputStream inputStream) -
Uses of ModelInstance in org.camunda.bpm.model.xml.impl.type
Modifier and TypeMethodDescriptionModelElementTypeImpl.getInstances
(ModelInstance modelInstance) ModelElementTypeImpl.newInstance
(ModelInstance modelInstance) -
Uses of ModelInstance in org.camunda.bpm.model.xml.instance
Modifier and TypeMethodDescriptionModelElementInstance.getModelInstance()
Returns the model instance which contains this type instance. -
Uses of ModelInstance in org.camunda.bpm.model.xml.test
Modifier and TypeFieldDescriptionstatic ModelInstance
AbstractModelElementInstanceTest.modelInstance
-
Uses of ModelInstance in org.camunda.bpm.model.xml.type
Modifier and TypeMethodDescriptionModelElementType.getInstances
(ModelInstance modelInstanceImpl) ModelElementType.newInstance
(ModelInstance modelInstance)