Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMessageFlow
-
Packages that use BPMessageFlow Package Description de.mid.innovator.srv2api.icw2bp 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 BPMessageFlow Modifier and Type Method Description static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with template from source to target element.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with stereotype from source to target element.BPMessageFlow
BPMessageFlowMapping. getReference()
BPMessageFlow
BPMessageFlowMapping. getReferenced()
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPMessageFlow Modifier and Type Method Description java.util.List<BPMessageFlow>
BPMessageSequenceFlowNode. getIncomingMessageFlow()
java.util.List<BPMessageFlow>
BPParticipant. getIncomingMessageFlow(K_CONTROL_OPTION... behaviourFlags)
All incoming message flows.java.util.List<BPMessageFlow>
BPPath. getMessageFlowInPath(K_CONTROL_OPTION... behaviourFlags)
All message flows being part of this path.java.util.List<BPMessageFlow>
BPPath. getMessageFlowInPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getMessageFlowInPath and filters its return values according to the given stereotype value.java.util.List<BPMessageFlow>
BPChoreographyTask. getMessageFlowInTask()
The message flows bundled by the task.java.util.List<BPMessageFlow>
BPMessageSequenceFlowNode. getOutgoingMessageFlow()
java.util.List<BPMessageFlow>
BPParticipant. getOutgoingMessageFlow(K_CONTROL_OPTION... behaviourFlags)
All outgoing message flows.
-