public interface BpmnModelInstance extends ModelInstance
A BPMN 2.0 Model
Modifier and Type | Method and Description |
---|---|
BpmnModelInstance |
clone()
Copies the BPMN model instance but not the model.
|
Definitions |
getDefinitions() |
void |
setDefinitions(Definitions definitions)
Set the Bpmn Definitions Root element
|
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, setDocumentElement, validate
Definitions getDefinitions()
Definitions
, root element of the Bpmn Model.void setDefinitions(Definitions definitions)
definitions
- the Definitions
element to setBpmnModelInstance clone()
clone
in interface ModelInstance
Copyright © 2017. All rights reserved.