Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMessage
-
Packages that use BPMessage Package Description de.mid.innovator.srv2api.icw2bp 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 BPMessage Modifier and Type Method Description static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Message with template and container.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Message with stereotype and container.BPMessage
BPOperation. getInMessageRef()
All incoming messages.BPMessage
BPMessageReferencingElement. getMessage()
BPMessage
BPOperation. getOutMessageRef()
All outgoing messages.BPMessage
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 BPMessage Modifier and Type Method Description java.util.List<BPMessage>
BPItemDefinition. getMessage(K_CONTROL_OPTION... behaviourFlags)
AssignedBPMessage
.java.util.List<BPMessage>
BPItemDefinition. getMessage(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getMessage and filters its return values according to the given stereotype value.java.util.List<BPMessage>
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.java.util.List<BPMessage>
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 BPMessage Modifier and Type Method Description void
BPOperation. setInMessageRef(BPMessage value)
Set the value of Foreign Key InMessageRef.void
BPMessageReferencingElement. setMessage(BPMessage value)
Set the value of Foreign Key Message.void
BPOperation. setOutMessageRef(BPMessage value)
Set the value of Foreign Key OutMessageRef.
-