<- Go to ToC ProcessActions->

1 Definition 2 Functional Requirements 3 Syntax 4 Semantics

1 Definition

The Action of a Process requesting an Export-Import Service:
1. To send a Message to a Process in the U-Environment.
2. To grant Rights to the receiving Process to the content of the Message.

If the request is  accepted, the Export-Import Service delivers the Message to the Process in the U-Environment and grants actual Rights to the content of the Message.

2 Functional Requirements

The MU-Send Process Action includes:

In the request

– The Message sent to the Process in the U-Environment.

– The ID of the Process receiving the Message.

– The Model Rights to the Message.

– A Transaction if requested by the Export-Import Service.

In the response

– The Rights to the Message granted to the Process in the U-Environment per the Model Rights if request is successful.

3 Syntax

https://schemas.mpai.community/MMM4/V2.1/data/MUSend.json

4 Semantics

Label Description
Header MU-Send Process Action Header
– Standard-MUSendPA The characters “MMM-3SP-V”
– Version Major version – 1 or 2 characters
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 characters
MInstanceID Identifier of M-Instance.
MEnvironmentID Identifier of M-Environment.
UEnvironmentID Identifier of U-Environment.
MUSendPAData Data included in the MU-Send Process Action.
– Time Time of PA request emission and Time of PA request execution.
– RQ-Complements Complements in the PA Request.
  – Nil MessageID Item to be MU-Sent.
  – To ProcessID U-Location where the Item is to be MU-Sent.
  – With ModelRights Rights that are requested to be granted to the Process in the U-Environment.
  – With Transaction Transaction made to Import-Export Service if requested.
– D-Complements Complements in the PA Response.
  – With Rights Actual Rights based on Model Rights if PA Request is accepted.
  – With PAStatus Possible Error Messages.
    – Ack If PA Request could be performed.
    – Err If PA Request could not be performed.
      – FaultyPA Faulty PA Request.
      – IncID Incorrect ID.
      – InsRights Insufficient Rights.
      – InsValue Insufficient Value in Wallet.

<- Go to ToC ProcessActions->