public class ExtensionElementsImpl extends DmnModelElementInstanceImpl implements ExtensionElements
| Constructor and Description |
|---|
ExtensionElementsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildElement(org.camunda.bpm.model.xml.instance.ModelElementInstance extensionElement) |
<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> |
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() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementpublic ExtensionElementsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public Collection<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElements()
getElements in interface ExtensionElementspublic Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElementsQuery()
getElementsQuery in interface ExtensionElementspublic org.camunda.bpm.model.xml.instance.ModelElementInstance addExtensionElement(String namespaceUri, String localName)
addExtensionElement in interface ExtensionElementspublic <T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> T addExtensionElement(Class<T> extensionElementClass)
addExtensionElement in interface ExtensionElementspublic void addChildElement(org.camunda.bpm.model.xml.instance.ModelElementInstance extensionElement)
addChildElement in interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplCopyright © 2018 camunda services GmbH. All rights reserved.