Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMessageFlowNode
Packages that use BPMessageFlowNode
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPMessageFlowNode in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPMessageFlowNode 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 BPMessageSequenceFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPMessageFlowNodeModifier and TypeMethodDescription<T extends BPMessageFlowNode>
List<T> BPProcess.getMessageFlowNodeTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All message flow nodes being directly or indirectly part of theBPProcess.<T extends BPMessageFlowNode>
List<T> BPProcess.getMessageFlowNodeTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMessageFlowNodeTransitiveDown and filters its return values according to the given stereotype value.