Interface RootElement

All Superinterfaces:
BaseElement, BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
CallableElement, 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, 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 io.camunda.zeebe.model.bpmn.instance.BaseElement

    getDiagramElement, getDocumentations, getExtensionElements, getId, getSingleExtensionElement, setExtensionElements, setId

    Methods inherited from interface io.camunda.zeebe.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