public abstract class BpmnModelElementInstanceImpl extends ModelElementInstanceImpl implements BpmnModelElementInstance
BpmnModelElementInstance
interface.modelInstance
Constructor and Description |
---|
BpmnModelElementInstanceImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
AbstractBaseElementBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
BpmnModelElementInstance |
getScope()
Gets the element which is the scope of this element.
|
boolean |
isScope()
Tests if the element is a scope like process or sub-process.
|
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, registerType, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
public BpmnModelElementInstanceImpl(ModelTypeInstanceContext instanceContext)
public AbstractBaseElementBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
public boolean isScope()
BpmnModelElementInstance
isScope
in interface BpmnModelElementInstance
public BpmnModelElementInstance getScope()
BpmnModelElementInstance
getScope
in interface BpmnModelElementInstance
Copyright © 2015. All rights reserved.