OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.OfferingConstrainerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewOfferingConstrainers
Description

The callback for notifications of new offering constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofferingConstrainerIds the Ids of the new OfferingConstrainers
Compliancemandatory This method must be implemented.
MethodchangedOfferingConstrainers
Description

The callback for notification of updated offering constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofferingConstrainerIds the Ids of the updated OfferingConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedOfferingConstrainers
Description

The callback for notification of deleted offering constrainers.

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