OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.JournalReceiver
Implementsosid.OsidReceiver
Description

The journal receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Journal objects.

MethodnewJournals
Description

The callback for notifications of new journals.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjournalIds the Ids of the new Journals
Compliancemandatory This method must be implemented.
MethodchangedJournals
Description

The callback for notification of updated journals.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjournalIds the Ids of the updated Journals
Compliancemandatory This method must be implemented.
MethoddeletedJournals
Description

the callback for notification of deleted journals.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjournalIds the Ids of the registered Journals
Compliancemandatory This method must be implemented.
MethodchangedChildOfJournals
Description

The callback for notifications of changes to children of journal hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjournalIds the Ids of the Journals whose children have changed
Compliancemandatory This method must be implemented.