Interface BpmnModelElementInstance

    • 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