Interface BpmnElementScope

All Superinterfaces:
BpmnElement

public interface BpmnElementScope extends BpmnElement
Scope (embedded sub process) of one or more BPMN elements.
  • Method Details

    • getElements

      List<BpmnElement> getElements()
      Gets the scope's BPMN elements.
      Returns:
      A list of elements that have the scope as parent.