Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPPathAble
-
Packages that use BPPathAble Package Description de.mid.innovator.srv2api.icw2bp 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.icw2bp Modifier and Type Interface Description interfaceBPActivityNodeThis is a utility class for BPActivityNode that provides static methods for creation or other purposes.interfaceBPChoreographyActivityThis is a utility class for BPChoreographyActivity that provides static methods for creation or other purposes.interfaceBPChoreographySubProcessinterfaceBPChoreographyTaskinterfaceBPDataObjectinterfaceBPEventNodeinterfaceBPFlowElementThis is a utility class for BPFlowElement that provides static methods for creation or other purposes.interfaceBPGatewayinterfaceBPMaskTaskinterfaceBPMessageFlowOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interfaceBPParticipantinterfaceBPSequenceFlowinterfaceBPSequenceFlowNodeThis is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interfaceBPSubProcessinterfaceBPTaskNodeFields in de.mid.innovator.srv2api.icw2bp declared as BPPathAble Modifier and Type Field Description BPPathAbleARG_BPPathElementSpec. elementThe element belonging to the pathMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPPathAble Modifier and Type Method Description <T extends BPPathAble>
java.util.List<T>BPPath. getElementInPath(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPPathAble>
java.util.List<T>BPPath. getElementInPath(java.lang.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>
java.util.List<T>BPItemAwareElement. getPathAbleInReach(java.lang.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>
java.util.List<T>BPItemAwareElement. getPathAbleInReach(java.lang.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 BPPathAble Modifier and Type Method Description BPPathAbleBPDataIOAssociation. getOwningPathAble()BPPathAbleBPElementAtPath. getPathAble()The path element assigned to a path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathAble Modifier and Type Method Description BPElementAtPathBPPath. getFirstOccurrenceInPath(BPPathAble refObj)Returns the first path occurrence of the element.java.util.List<BPElementAtPath>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 BPPathAble Constructor Description ARG_BPPathElementSpec(BPPathAble element, K_BP_PATHELEM_ANIM_INFO info)
-