org.camunda.bpm.model.cmmn.impl
Class CmmnModelInstanceImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.ModelInstanceImpl
      extended by org.camunda.bpm.model.cmmn.impl.CmmnModelInstanceImpl
All Implemented Interfaces:
CmmnModelInstance, org.camunda.bpm.model.xml.ModelInstance

public class CmmnModelInstanceImpl
extends org.camunda.bpm.model.xml.impl.ModelInstanceImpl
implements CmmnModelInstance

Author:
Roman Smirnov

Constructor Summary
CmmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model, org.camunda.bpm.model.xml.ModelBuilder modelBuilder, org.camunda.bpm.model.xml.instance.DomDocument document)
           
 
Method Summary
 Definitions getDefinitions()
           
 void setDefinitions(Definitions definitions)
          Set the Cmmn Definitions Root element
 
Methods inherited from class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
clone, getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, registerGenericType, setDocumentElement
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.xml.ModelInstance
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, setDocumentElement
 

Constructor Detail

CmmnModelInstanceImpl

public CmmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
                             org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
                             org.camunda.bpm.model.xml.instance.DomDocument document)
Method Detail

getDefinitions

public Definitions getDefinitions()
Specified by:
getDefinitions in interface CmmnModelInstance
Returns:
the Definitions, root element of the Cmmn Model.

setDefinitions

public void setDefinitions(Definitions definitions)
Description copied from interface: CmmnModelInstance
Set the Cmmn Definitions Root element

Specified by:
setDefinitions in interface CmmnModelInstance
Parameters:
definitions - the Definitions element to set


Copyright © 2015 camunda services GmbH. All rights reserved.