public class CmmnModelInstanceImpl extends org.camunda.bpm.model.xml.impl.ModelInstanceImpl implements CmmnModelInstance
| Constructor and Description |
|---|
CmmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
org.camunda.bpm.model.xml.instance.DomDocument document) |
| Modifier and Type | Method and Description |
|---|---|
CmmnModelInstance |
clone()
Copies the CMMN model instance but not the model.
|
Definitions |
getDefinitions() |
void |
setDefinitions(Definitions definitions)
Set the Cmmn Definitions Root element
|
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, registerGenericType, setDocumentElement, validatepublic CmmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
org.camunda.bpm.model.xml.instance.DomDocument document)
public Definitions getDefinitions()
getDefinitions in interface CmmnModelInstanceDefinitions, root element of the Cmmn Model.public void setDefinitions(Definitions definitions)
CmmnModelInstancesetDefinitions in interface CmmnModelInstancedefinitions - the Definitions element to setpublic CmmnModelInstance clone()
CmmnModelInstanceclone in interface CmmnModelInstanceclone in interface org.camunda.bpm.model.xml.ModelInstanceclone in class org.camunda.bpm.model.xml.impl.ModelInstanceImplCopyright © 2018 camunda services GmbH. All rights reserved.