org.camunda.bpm.model.cmmn.instance
Interface ExtensionElements

All Superinterfaces:
CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
ExtensionElementsImpl

public interface ExtensionElements
extends CmmnModelElementInstance

Author:
Roman Smirnov

Method Summary
<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
T
addExtensionElement(Class<T> extensionElementClass)
           
 org.camunda.bpm.model.xml.instance.ModelElementInstance addExtensionElement(String namespaceUri, String localName)
           
 Collection<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElements()
           
 Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElementsQuery()
           
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getElements

Collection<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElements()

getElementsQuery

Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElementsQuery()

addExtensionElement

org.camunda.bpm.model.xml.instance.ModelElementInstance addExtensionElement(String namespaceUri,
                                                                            String localName)

addExtensionElement

<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> T addExtensionElement(Class<T> extensionElementClass)


Copyright © 2017 camunda services GmbH. All rights reserved.