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

The offering receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted offerings.

MethodnewOfferings
Description

The callback for notifications of new offerings.

Parametersosid.id.IdListofferingIdsthe Ids of the new offerings
CompliancemandatoryThis method must be implemented.
MethodchangedOfferings
Description

The callback for notifications of updated offerings.

Parametersosid.id.IdListofferingIdsthe Ids of the updated offerings
CompliancemandatoryThis method must be implemented.
MethoddeletedOfferings
Description

the callback for notification of deleted offerings.

Parametersosid.id.IdListofferingIdsthe Ids of the deleted offerings
CompliancemandatoryThis method must be implemented.