|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
public class ExtensionElementsImpl
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
modelInstance |
| Constructor Summary | |
|---|---|
ExtensionElementsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
|
|
| Method Summary | ||
|---|---|---|
void |
addChildElement(org.camunda.bpm.model.xml.instance.ModelElementInstance extensionElement)
|
|
|
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)
|
|
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance |
|---|
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 |
| Constructor Detail |
|---|
public ExtensionElementsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
| Method Detail |
|---|
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 ExtensionElements
public 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.ModelElementInstanceImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||