Package org.camunda.bpm.model.bpmn.impl
Class BpmnModelInstanceImpl
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.ModelInstanceImpl
-
- org.camunda.bpm.model.bpmn.impl.BpmnModelInstanceImpl
-
- All Implemented Interfaces:
BpmnModelInstance,org.camunda.bpm.model.xml.ModelInstance
public class BpmnModelInstanceImpl extends org.camunda.bpm.model.xml.impl.ModelInstanceImpl implements BpmnModelInstance
The Bpmn Model
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description BpmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model, org.camunda.bpm.model.xml.ModelBuilder modelBuilder, org.camunda.bpm.model.xml.instance.DomDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BpmnModelInstanceclone()Copies the BPMN model instance but not the model.DefinitionsgetDefinitions()voidsetDefinitions(Definitions definitions)Set the Bpmn Definitions Root element-
Methods inherited from class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, registerGenericType, setDocumentElement, validate
-
-
-
-
Method Detail
-
getDefinitions
public Definitions getDefinitions()
- Specified by:
getDefinitionsin interfaceBpmnModelInstance- Returns:
- the
Definitions, root element of the Bpmn Model.
-
setDefinitions
public void setDefinitions(Definitions definitions)
Description copied from interface:BpmnModelInstanceSet the Bpmn Definitions Root element- Specified by:
setDefinitionsin interfaceBpmnModelInstance- Parameters:
definitions- theDefinitionselement to set
-
clone
public BpmnModelInstance clone()
Description copied from interface:BpmnModelInstanceCopies the BPMN model instance but not the model. So only the wrapped DOM document is cloned. Changes of the model are persistent between multiple model instances.- Specified by:
clonein interfaceBpmnModelInstance- Specified by:
clonein interfaceorg.camunda.bpm.model.xml.ModelInstance- Overrides:
clonein classorg.camunda.bpm.model.xml.impl.ModelInstanceImpl- Returns:
- the new BPMN model instance
-
-