public abstract class BaseElementImpl extends BpmnModelElementInstanceImpl implements BaseElement
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<Documentation> |
documentationCollection |
protected static ChildElement<ExtensionElements> |
extensionElementsChild |
protected static Attribute<String> |
idAttribute |
modelInstance
Constructor and Description |
---|
BaseElementImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
DiagramElement |
getDiagramElement() |
Collection<Documentation> |
getDocumentations() |
ExtensionElements |
getExtensionElements() |
String |
getId() |
Collection<Reference> |
getIncomingReferencesByType(Class<? extends ModelElementInstance> referenceSourceTypeClass) |
static void |
registerType(ModelBuilder bpmnModelBuilder) |
void |
setExtensionElements(ExtensionElements extensionElements) |
void |
setId(String id) |
builder, getScope, isScope
addChildElement, 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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder, getScope, isScope
addChildElement, 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
protected static ChildElementCollection<Documentation> documentationCollection
protected static ChildElement<ExtensionElements> extensionElementsChild
public BaseElementImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder bpmnModelBuilder)
public String getId()
getId
in interface BaseElement
public void setId(String id)
setId
in interface BaseElement
public Collection<Documentation> getDocumentations()
getDocumentations
in interface BaseElement
public ExtensionElements getExtensionElements()
getExtensionElements
in interface BaseElement
public void setExtensionElements(ExtensionElements extensionElements)
setExtensionElements
in interface BaseElement
public DiagramElement getDiagramElement()
getDiagramElement
in interface BaseElement
public Collection<Reference> getIncomingReferencesByType(Class<? extends ModelElementInstance> referenceSourceTypeClass)
Copyright © 2015. All rights reserved.