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

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

public interface ExtensionElements
extends DmnModelElementInstance

The DMN extensionElements element


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 © 2016 camunda services GmbH. All rights reserved.