Interface | osid.journaling.JournalReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The journal receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newJournals | ||
Description |
The callback for notifications of new journals. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | journalIds | the Ids of the new Journals | |
Compliance | mandatory | This method must be implemented. | |
Method | changedJournals | ||
Description |
The callback for notification of updated journals. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | journalIds | the Ids of the updated Journals | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedJournals | ||
Description |
the callback for notification of deleted journals. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | journalIds | the Ids of the registered Journals | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfJournals | ||
Description |
The callback for notifications of changes to children of journal hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | journalIds | the Ids of the Journals whose children have
changed | |
Compliance | mandatory | This method must be implemented. |