OSID Logo
OSID Specifications
offering rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.rules.CanonicalUnitEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCanonicalUnitEnablers
Description

The callback for notifications of new canonical unit enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitEnablerIdsthe Ids of the new CanonicalUnitEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedCanonicalUnitEnablers
Description

The callback for notification of updated canonical unit enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitEnablerIdsthe Ids of the updated CanonicalUnitEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedCanonicalUnitEnablers
Description

The callback for notification of deleted canonical unit enablers.

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