Class ExtensionElementsImpl
- java.lang.Object
- 
- org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
 
 
- 
- All Implemented Interfaces:
- BpmnModelElementInstance,- ExtensionElements,- ModelElementInstance
 
 public class ExtensionElementsImpl extends BpmnModelElementInstanceImpl implements ExtensionElements The BPMN extensionElements element- Author:
- Daniel Meyer, Sebastian Menski
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExtensionElementsImpl(ModelTypeInstanceContext context)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChildElement(ModelElementInstance extensionElement)Adds a new child element to the children of this element.<T extends ModelElementInstance>
 TaddExtensionElement(Class<T> extensionElementClass)ModelElementInstanceaddExtensionElement(String namespaceUri, String localName)Collection<ModelElementInstance>getElements()Query<ModelElementInstance>getElementsQuery()static voidregisterType(ModelBuilder modelBuilder)- 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplbuilder, getScope, isScope
 - 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplasSet, 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, updateAfterReplacement
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancebuilder, getScope, isScope
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstancegetAttributeValue, 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, updateAfterReplacement
 
- 
 
- 
- 
- 
Constructor Detail- 
ExtensionElementsImplpublic ExtensionElementsImpl(ModelTypeInstanceContext context) 
 
- 
 - 
Method Detail- 
registerTypepublic static void registerType(ModelBuilder modelBuilder) 
 - 
getElementspublic Collection<ModelElementInstance> getElements() - Specified by:
- getElementsin interface- ExtensionElements
 
 - 
getElementsQuerypublic Query<ModelElementInstance> getElementsQuery() - Specified by:
- getElementsQueryin interface- ExtensionElements
 
 - 
addExtensionElementpublic ModelElementInstance addExtensionElement(String namespaceUri, String localName) - Specified by:
- addExtensionElementin interface- ExtensionElements
 
 - 
addExtensionElementpublic <T extends ModelElementInstance> T addExtensionElement(Class<T> extensionElementClass) - Specified by:
- addExtensionElementin interface- ExtensionElements
 
 - 
addChildElementpublic void addChildElement(ModelElementInstance extensionElement) Description copied from interface:ModelElementInstanceAdds a new child element to the children of this element. The child is inserted at the correct position of the allowed child types. Updates the underlying DOM element tree.- Specified by:
- addChildElementin interface- ModelElementInstance
- Overrides:
- addChildElementin class- ModelElementInstanceImpl
- Parameters:
- extensionElement- the new child element
 
 
- 
 
-