org.camunda.bpm.model.bpmn.instance
Interface ExtensionElements

All Superinterfaces:
BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
ExtensionElementsImpl

public interface ExtensionElements
extends BpmnModelElementInstance

The BPMN extensionElements element

Author:
Daniel Meyer

Method Summary
<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()
           
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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, updateAfterReplacement
 

Method Detail

getElements

Collection<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElements()

getElementsQuery

Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> getElementsQuery()

addExtensionElement

org.camunda.bpm.model.xml.instance.ModelElementInstance addExtensionElement(String namespaceUri,
                                                                            String localName)

addExtensionElement

<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> T addExtensionElement(Class<T> extensionElementClass)


Copyright © 2017 camunda services GmbH. All rights reserved.