Interface | osid.messaging.Receipt | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Subjugateable | |||
Description |
A | ||
Method | getMessageId | ||
Description |
Gets the | ||
Return | osid.id.Id | the message Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getMessage | ||
Description |
Gets the | ||
Return | osid.messaging.Message | the message | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getReceivedTime | ||
Description |
Gets the time the message was received. | ||
Return | osid.calendaring.DateTime | the time | |
Compliance | mandatory | This method must be implemented. | |
Method | getReceivingAgentId | ||
Description |
Gets the | ||
Return | osid.id.Id | the receiving agent Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getReceivingAgent | ||
Description |
Gets the | ||
Return | osid.authentication.Agent | the receiving agent | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getRecipientId | ||
Description |
Gets the | ||
Return | osid.id.Id | the recipient Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getRecipient | ||
Description |
Gets the | ||
Return | osid.resource.Resource | the recipient | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getReceiptRecord | ||
Description |
Gets the receipt record corresponding to the given
| ||
Parameters | osid.type.Type | receiptRecordType | the receipt record type |
Return | osid.messaging.records.ReceiptRecord | the receipt record | |
Errors | NULL_ARGUMENT | receiptRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(receiptRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |