Class ExtensionElementsImpl

    • Field Summary

      • Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl

        modelInstance
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionElementsImpl​(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChildElement​(org.camunda.bpm.model.xml.instance.ModelElementInstance extensionElement)  
      <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()  
      static void registerType​(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)  
      • Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl

        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, updateAfterReplacement
      • 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
    • Constructor Detail

      • ExtensionElementsImpl

        public ExtensionElementsImpl​(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
    • Method Detail

      • registerType

        public static void registerType​(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
      • addExtensionElement

        public <T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> T addExtensionElement​(Class<T> extensionElementClass)
        Specified by:
        addExtensionElement in interface ExtensionElements
      • addChildElement

        public void addChildElement​(org.camunda.bpm.model.xml.instance.ModelElementInstance extensionElement)
        Specified by:
        addChildElement in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
        Overrides:
        addChildElement in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl