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

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

MethodnewOfferingConstrainerEnablers
Description

The callback for notifications of new offering constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofferingConstrainerEnablerIdsthe Ids of the new OfferingConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedOfferingConstrainerEnablers
Description

The callback for notification of updated offering constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofferingConstrainerEnablerIdsthe Ids of the updated OfferingConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedOfferingConstrainerEnablers
Description

The callback for notification of deleted offering constrainer enablers.

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