|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
public abstract class BpmnModelElementInstanceImpl
Shared base class for all BPMN Model Elements. Provides implementation
of the BpmnModelElementInstance interface.
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
modelInstance |
| Constructor Summary | |
|---|---|
BpmnModelElementInstanceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, registerType, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public BpmnModelElementInstanceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
| Method Detail |
|---|
public AbstractBaseElementBuilder builder()
BpmnModelElementInstance
builder in interface BpmnModelElementInstancepublic boolean isScope()
BpmnModelElementInstance
isScope in interface BpmnModelElementInstancepublic BpmnModelElementInstance getScope()
BpmnModelElementInstance
getScope in interface BpmnModelElementInstance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||