Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPElementAtPath
-
Packages that use BPElementAtPath Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPElementAtPath in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPElementAtPath Modifier and Type Method Description BPElementAtPath
BPPath. getFirstOccurrenceInPath(BPPathAble refObj)
Returns the first path occurrence of the element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPElementAtPath Modifier and Type Method Description java.util.List<BPElementAtPath>
BPElementAtPath. getDependentElementAtPath(K_CONTROL_OPTION... behaviourFlags)
All path element assignments which depend on this one.java.util.List<BPElementAtPath>
BPPathAble. getElementAtPathR(K_CONTROL_OPTION... behaviourFlags)
All path assignments of a path element.java.util.List<BPElementAtPath>
BPPath. getOccurrenceInPath(BPPathAble refObj, K_CONTROL_OPTION... behaviourFlags)
Returns all path occurrences of the element.java.util.List<BPElementAtPath>
BPPath. getOwnedPathAssignment(K_CONTROL_OPTION... behaviourFlags)
All path assignments of the path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPElementAtPath Modifier and Type Method Description <T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElementAtPath(java.lang.Class<T> returnType, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElementAtPath(java.lang.Class<T> returnType, MMStereotype stereotype, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getItemAwareElementAtPath and filters its return values according to the given stereotype value.
-