Interface BpmnModelElementInstance

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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
    • Method Detail

      • builder

        AbstractBaseElementBuilder builder()
        Returns a new fluent builder for the element if implemented.
        Returns:
        the builder object
      • isScope

        boolean isScope()
        Tests if the element is a scope like process or sub-process.
        Returns:
        true if element is scope, otherwise false
      • getScope

        BpmnModelElementInstance getScope()
        Gets the element which is the scope of this element. Like the parent process or sub-process.
        Returns:
        the scope element or null if non is found