Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPPathAble
Packages that use BPPathAble
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPPathAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPPathAble in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BPActivityNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis is a utility class for BPFlowElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interfaceinterfaceinterfaceThis is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interfaceinterfaceFields in de.mid.innovator.srv2api.icw2bp declared as BPPathAbleMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPPathAbleModifier and TypeMethodDescription<T extends BPPathAble>
List<T> BPPath.getElementInPath(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPPathAble>
List<T> BPPath.getElementInPath(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementInPath and filters its return values according to the given stereotype value.<T extends BPPathAble>
List<T> BPItemAwareElement.getPathAbleInReach(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All potential path elements in reach, either as the owner of the item aware element or reachable by a data association.<T extends BPPathAble>
List<T> BPItemAwareElement.getPathAbleInReach(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPathAbleInReach and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return BPPathAbleModifier and TypeMethodDescriptionBPDataIOAssociation.getOwningPathAble()BPElementAtPath.getPathAble()The path element assigned to a path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathAbleModifier and TypeMethodDescriptionBPPath.getFirstOccurrenceInPath(BPPathAble refObj) Returns the first path occurrence of the element.BPPath.getOccurrenceInPath(BPPathAble refObj, K_CONTROL_OPTION... behaviourFlags) Returns all path occurrences of the element.booleanBPPath.isConfiguredForPathAble(BPPathAble refObj) True if the path is suitable to contain this specific path element.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathAbleModifierConstructorDescriptionARG_BPPathElementSpec(BPPathAble element, K_BP_PATHELEM_ANIM_INFO info)