| Interface | osid.messaging.MailboxNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.messaging.MessagingManager | ||
osid.messaging.MessagingProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForMailboxNotifications | ||
| Description |
Tests if this user can register for
| ||
| Return | boolean | false if notification methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | reliableMailboxNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableMailboxNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeMailboxNotification | ||
| Description |
Acknowledge a mailbox notification. | ||
| Parameters | osid.id.Id | notificationId | the Id of the notification |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewMailboxes | ||
| Description |
Register for notifications of new mailboxes.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedMailboxes | ||
| Description |
Registers for notification of updated mailboxes.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedMailbox | ||
| Description |
Registers for notification of an updated mailbox.
| ||
| Parameters | osid.id.Id | mailboxId | the Id of the Mailbox to monitor |
| Errors | NULL_ARGUMENT | mailboxId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedMailboxes | ||
| Description |
Registers for notification of deleted mailboxes.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedMailbox | ||
| Description |
Registers for notification of a deleted mailbox.
| ||
| Parameters | osid.id.Id | mailboxId | the Id of the Mailbox to monitor |
| Errors | NULL_ARGUMENT | mailboxId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedMailboxHierarchy | ||
| Description |
Registers for notification of an updated mailbox
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedMailboxHierarchyForAncestors | ||
| Description |
Registers for notification of an updated mailbox
hierarchy structure.
| ||
| Parameters | osid.id.Id | mailboxId | the Id of the Mailbox node to monitor |
| Errors | NULL_ARGUMENT | mailboxId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedMailboxHierarchyForDescendants | ||
| Description |
Registers for notification of an updated mailbox
hierarchy structure.
| ||
| Parameters | osid.id.Id | mailboxId | the Id of the Mailbox node to monitor |
| Errors | NULL_ARGUMENT | mailboxId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |