Interface BpmnElementScope
- All Superinterfaces:
BpmnElement
Scope (embedded sub process) of one or more BPMN elements.
-
Method Summary
Modifier and TypeMethodDescriptionGets the scope's BPMN elements.Methods inherited from interface org.camunda.community.bpmndt.model.BpmnElement
getFlowNode, getFlowNode, getId, getName, getNestingLevel, getNext, getParent, getPrevious, getType, getTypeName, hasMultiInstanceParent, hasNext, hasParent, hasPrevious, hasPrevious, isAttachedTo, isMultiInstance, isMultiInstanceSequential, isProcessStart
-
Method Details
-
getElements
List<BpmnElement> getElements()Gets the scope's BPMN elements.- Returns:
- A list of elements that have the scope as parent.
-