Interface RootElement
-
- All Superinterfaces:
BaseElement
,BpmnModelElementInstance
,ModelElementInstance
- All Known Subinterfaces:
CallableElement
,CamundaErrorEventDefinition
,CancelEventDefinition
,Category
,Collaboration
,CompensateEventDefinition
,ConditionalEventDefinition
,CorrelationProperty
,DataStore
,EndPoint
,Error
,ErrorEventDefinition
,Escalation
,EscalationEventDefinition
,EventDefinition
,GlobalConversation
,Interface
,ItemDefinition
,LinkEventDefinition
,Message
,MessageEventDefinition
,Process
,Resource
,Signal
,SignalEventDefinition
,TerminateEventDefinition
,TimerEventDefinition
- All Known Implementing Classes:
CallableElementImpl
,CamundaErrorEventDefinitionImpl
,CancelEventDefinitionImpl
,CategoryImpl
,CollaborationImpl
,CompensateEventDefinitionImpl
,ConditionalEventDefinitionImpl
,CorrelationPropertyImpl
,DataStoreImpl
,EndPointImpl
,ErrorEventDefinitionImpl
,ErrorImpl
,EscalationEventDefinitionImpl
,EscalationImpl
,EventDefinitionImpl
,GlobalConversationImpl
,InterfaceImpl
,ItemDefinitionImpl
,LinkEventDefinitionImpl
,MessageEventDefinitionImpl
,MessageImpl
,ProcessImpl
,ResourceImpl
,RootElementImpl
,SignalEventDefinitionImpl
,SignalImpl
,TerminateEventDefinitionImpl
,TimerEventDefinitionImpl
public interface RootElement extends BaseElement
The BPMN rootElement element- Author:
- Daniel Meyer
-
-
Method Summary
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
-
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
-
-