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

The callback for notification of updated offering constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofferingConstrainerEnablerIds the Ids of the updated OfferingConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedOfferingConstrainerEnablers
Description

The callback for notification of deleted offering constrainer enablers.

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