Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPFlowElement
Packages that use BPFlowElement
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPFlowElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPFlowElement in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BPActivityNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interfaceinterfaceMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPFlowElementModifier and TypeMethodDescription<T extends BPFlowElement>
List<T> BPGroupArtifact.getFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The elements being contained this group artifact.<T extends BPFlowElement>
List<T> BPLane.getFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements inside theBPLane.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPath(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being part of this path.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPath(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementsInPath and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being assigned to the path but not being reachable.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementsInPathWithProcessNotReachable and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsReachable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPFlowElement>
List<T> BPPath.getFlowElementsReachable(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementsReachable and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being directly or indirectly part of theBPProcess.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementTransitiveDown and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being directly or indirectly part of theBPProcess.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedFlowElement and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPProcess.getPossiblePathElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being candidates for assigning them to a path.<T extends BPFlowElement>
List<T> BPProcess.getPossiblePathElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPossiblePathElement and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPFlowElementContainer.getSequenceFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements.Methods in de.mid.innovator.srv2api.icw2bp that return BPFlowElementModifier and TypeMethodDescriptionBPAssociationArtifact.getTargetFlowElement()The target flow element.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPFlowElementModifier and TypeMethodDescriptionvoidBPGroupArtifact.setFlowElement(List<? extends BPFlowElement> values) Set the value of Foreign Key FlowElement.