Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPElementAtPath
Packages that use BPElementAtPath
Package
Description
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 BPElementAtPathModifier and TypeMethodDescriptionBPPath.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 BPElementAtPathModifier and TypeMethodDescriptionBPElementAtPath.getDependentElementAtPath()All path element assignments which depend on this one.BPPathAble.getElementAtPathR()All path assignments of a path element.BPPath.getOccurrenceInPath(BPPathAble refObj, K_CONTROL_OPTION... behaviourFlags) Returns all path occurrences of the element.BPPath.getOwnedPathAssignment(K_CONTROL_OPTION... behaviourFlags) All path assignments of the path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPElementAtPathModifier and TypeMethodDescription<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElementAtPath(Class<T> returnType, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags) <T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElementAtPath(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.