OSID Logo
OSID Specifications
journaling package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListjournalEntryIds the Ids of the new journal entries
Compliancemandatory This method must be implemented.
MethodchangedJournalEntries
Description

The callback for notifications of updated journal entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjournalEntryIds the Ids of the updated journal entries
Compliancemandatory This method must be implemented.
MethoddeletedJournalEntries
Description

the callback for notification of deleted journal entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjournalEntryIds the Ids of the deleted journal entries
Compliancemandatory This method must be implemented.