Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMessageFlow
Packages that use BPMessageFlow
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPMessageFlow in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPMessageFlowModifier and TypeMethodDescriptionstatic BPMessageFlowBPMessageFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Message Flow with template from source to target element.static BPMessageFlowBPMessageFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Message Flow with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPMessageFlowModifier and TypeMethodDescriptionBPMessageSequenceFlowNode.getIncomingMessageFlow()BPParticipant.getIncomingMessageFlow()All incoming message flows.BPPath.getMessageFlowInPath(K_CONTROL_OPTION... behaviourFlags) All message flows being part of this path.BPPath.getMessageFlowInPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMessageFlowInPath and filters its return values according to the given stereotype value.BPMessageSequenceFlowNode.getOutgoingMessageFlow()BPParticipant.getOutgoingMessageFlow()All outgoing message flows.