org.camunda.bpm.model.bpmn
Interface BpmnModelInstance

All Superinterfaces:
org.camunda.bpm.model.xml.ModelInstance
All Known Implementing Classes:
BpmnModelInstanceImpl

public interface BpmnModelInstance
extends org.camunda.bpm.model.xml.ModelInstance

A BPMN 2.0 Model

Author:
Daniel Meyer

Method Summary
 Definitions getDefinitions()
           
 void setDefinitions(Definitions definitions)
          Set the Bpmn Definitions Root element
 
Methods inherited from interface org.camunda.bpm.model.xml.ModelInstance
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, setDocumentElement
 

Method Detail

getDefinitions

Definitions getDefinitions()
Returns:
the Definitions, root element of the Bpmn Model.

setDefinitions

void setDefinitions(Definitions definitions)
Set the Bpmn Definitions Root element

Parameters:
definitions - the Definitions element to set


Copyright © 2014 camunda services GmbH. All rights reserved.