OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitEnablerIds the Ids of the new CanonicalUnitEnablers
Compliancemandatory This method must be implemented.
MethodchangedCanonicalUnitEnablers
Description

The callback for notification of updated canonical unit enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitEnablerIds the Ids of the updated CanonicalUnitEnablers
Compliancemandatory This method must be implemented.
MethoddeletedCanonicalUnitEnablers
Description

The callback for notification of deleted canonical unit enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitEnablerIds the Ids of the deleted CanonicalUnitEnablers
Compliancemandatory This method must be implemented.