Package org.camunda.bpm.model.bpmn
Interface BpmnModelInstance
- All Superinterfaces:
- ModelInstance
- All Known Implementing Classes:
- BpmnModelInstanceImpl
A BPMN 2.0 Model
- Author:
- Daniel Meyer
- 
Method SummaryModifier and TypeMethodDescriptionclone()Copies the BPMN model instance but not the model.voidsetDefinitions(Definitions definitions) Set the Bpmn Definitions Root elementMethods inherited from interface org.camunda.bpm.model.xml.ModelInstancegetDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, setDocumentElement, validate
- 
Method Details- 
getDefinitionsDefinitions getDefinitions()- Returns:
- the Definitions, root element of the Bpmn Model.
 
- 
setDefinitionsSet the Bpmn Definitions Root element- Parameters:
- definitions- the- Definitionselement to set
 
- 
cloneBpmnModelInstance clone()Copies 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 interface- ModelInstance
- Returns:
- the new BPMN model instance
 
 
-