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 classModelInstanceCache<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 interfaceBpmnModelInstanceA 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 classBpmnModelInstanceImplThe 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 interfaceCmmnModelInstance -
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 classCmmnModelInstanceImpl -
Uses of ModelInstance in org.camunda.bpm.model.dmn
Subinterfaces of ModelInstance in org.camunda.bpm.model.dmn Modifier and Type Interface Description interfaceDmnModelInstance -
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 classDmnModelInstanceImpl -
Uses of ModelInstance in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml that return ModelInstance Modifier and Type Method Description ModelInstanceModelInstance. 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 classModelInstanceImplAn instance of a modelMethods in org.camunda.bpm.model.xml.impl that return ModelInstance Modifier and Type Method Description ModelInstanceModelInstanceImpl. 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 ModelInstanceAbstractModelParser. createModelInstance(DomDocument document)ModelInstanceAbstractModelParser. getEmptyModel()ModelInstanceAbstractModelParser. parseModelFromStream(java.io.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 java.util.Collection<ModelElementInstance>ModelElementTypeImpl. getInstances(ModelInstance modelInstance)ModelElementInstanceModelElementTypeImpl. 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 ModelInstanceModelElementInstance. 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 ModelInstanceAbstractModelElementInstanceTest. modelInstanceMethods in org.camunda.bpm.model.xml.test that return ModelInstance Modifier and Type Method Description ModelInstanceGetModelElementTypeRule. 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 java.util.Collection<ModelElementInstance>ModelElementType. getInstances(ModelInstance modelInstanceImpl)ModelElementInstanceModelElementType. newInstance(ModelInstance modelInstance)
-