Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMessage
Packages that use BPMessage
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPMessage in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPMessageModifier and TypeMethodDescriptionstatic BPMessageBPMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Message with template and container.static BPMessageBPMessageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Message with stereotype and container.BPOperation.getInMessageRef()All incoming messages.BPMessageReferencingElement.getMessage()BPOperation.getOutMessageRef()All outgoing messages.BPItemDefinitionRel.getSourceMessage()The message being the source of theBPItemDefinitionRel, hence being assigned the target business object.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPMessageModifier and TypeMethodDescriptionBPItemDefinition.getMessage()AssignedBPMessage.BPItemDefinition.getMessage(MMStereotype stereotype) The method calls getMessage and filters its return values according to the given stereotype value.BPProcess.getMessageUsed(K_CONTROL_OPTION... behaviourFlags) All messages being sent or received by tasks or events which are part of this process, either direct parts of being nested in some sub process.BPProcess.getMessageUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMessageUsed and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPMessageModifier and TypeMethodDescriptionvoidBPOperation.setInMessageRef(BPMessage value) Set the value of Foreign Key InMessageRef.voidBPMessageReferencingElement.setMessage(BPMessage value) Set the value of Foreign Key Message.voidBPOperation.setOutMessageRef(BPMessage value) Set the value of Foreign Key OutMessageRef.