OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.EntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewEntries
Description

The callback for notifications of new entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Id of the new Entries
CompliancemandatoryThis method must be implemented.
MethodchangedEntries
Description

The callback for notification of updated entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Id of the updated Entries
CompliancemandatoryThis method must be implemented.
MethoddeletedEntries
Description

the callback for notification of deleted entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Id of the deleted Entries
CompliancemandatoryThis method must be implemented.