public interface CmmnModelInstance
extends org.camunda.bpm.model.xml.ModelInstance
| 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
|
Definitions getDefinitions()
Definitions, root element of the Cmmn Model.void setDefinitions(Definitions definitions)
definitions - the Definitions element to setCmmnModelInstance clone()
clone in interface org.camunda.bpm.model.xml.ModelInstanceCopyright © 2014–2019 camunda services GmbH. All rights reserved.