OSID Logo
OSID Specifications
offering rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListofferingConstrainerIdsthe Ids of the new OfferingConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedOfferingConstrainers
Description

The callback for notification of updated offering constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofferingConstrainerIdsthe Ids of the updated OfferingConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedOfferingConstrainers
Description

The callback for notification of deleted offering constrainers.

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