Interface | osid.journaling.JournalNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the | ||
Method | canRegisterForJournalNotifications | ||
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 | reliableJournalNotifications | ||
Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
Compliance | mandatory | This method is must be implemented. | |
Method | unreliableJournalNotifications | ||
Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | acknowledgeJournalNotification | ||
Description |
Acknowledge a journal 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 | registerForNewJournals | ||
Description |
Register for notifications of new journals. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedJournals | ||
Description |
Registers for notification of updated journals. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedJournal | ||
Description |
Registers for notification of an updated journal.
| ||
Parameters | osid.id.Id | journalId | the Id of the Journal to monitor |
Errors | NULL_ARGUMENT | journalId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedJournals | ||
Description |
Registers for notification of deleted journals. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedJournal | ||
Description |
Registers for notification of a deleted journal. | ||
Parameters | osid.id.Id | journalId | the Id of the Journal to monitor |
Errors | NULL_ARGUMENT | journalId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedJournalHierarchy | ||
Description |
Registers for notification of an updated journal
hierarchy structure. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedJournalHierarchyForAncestors | ||
Description |
Registers for notification of an updated journal
hierarchy structure. | ||
Parameters | osid.id.Id | journalId | the Id of the Journal node to monitor |
Errors | NULL_ARGUMENT | journalId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedJournalHierarchyForDescendants | ||
Description |
Registers for notification of an updated journal
hierarchy structure. | ||
Parameters | osid.id.Id | journalId | the Id of the Journal node to monitor |
Errors | NULL_ARGUMENT | journalId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |