OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.JournalEntryReceiver
Implementsosid.OsidReceiver
Description

The journal entry receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted journal entries.

MethodnewJournalEntries
Description

The callback for notifications of new journal entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListjournalEntryIdsthe Ids of the new journal entries
CompliancemandatoryThis method must be implemented.
MethodchangedJournalEntries
Description

The callback for notifications of updated journal entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListjournalEntryIdsthe Ids of the updated journal entries
CompliancemandatoryThis method must be implemented.
MethoddeletedJournalEntries
Description

the callback for notification of deleted journal entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListjournalEntryIdsthe Ids of the deleted journal entries
CompliancemandatoryThis method must be implemented.