public interface ExtensionElements extends CmmnModelElementInstance
| Modifier and Type | Method and Description |
|---|---|
<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() |
addChildElement, getAttributeValue, 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, updateAfterReplacementCollection<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElements()
Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElementsQuery()
org.camunda.bpm.model.xml.instance.ModelElementInstance addExtensionElement(String namespaceUri, String localName)
<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> T addExtensionElement(Class<T> extensionElementClass)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.