OSID Logo
OSID Specifications
cataloging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.cataloging.CatalogEntryReceiver
Implementsosid.OsidReceiver
Description

The catalog receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Ids in Catalogs.

MethodnewCatalogEntries
Description

The callback for notifications of new catalogs entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the new entries
CompliancemandatoryThis method must be implemented.
MethoddeletedCatalogEntries
Description

the callback for notification of deleted catalog entries.

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