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

The catalog enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted catalog enablers.

MethodnewCatalogEnabler
Description

The callback for notifications of new catalog enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdcatalogEnablerIdthe Id of the new CatalogEnabler
CompliancemandatoryThis method must be implemented.
MethodchangedCatalogEnabler
Description

The callback for notification of updated catalog enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdcatalogEnablerIdthe Id of the updated CatalogEnabler
CompliancemandatoryThis method must be implemented.
MethoddeletedCatalogEnabler
Description

The callback for notification of deleted catalog enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdcatalogEnablerIdthe Id of the deleted CatalogEnabler
CompliancemandatoryThis method must be implemented.