OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Interfaceosid.resourcing.AvailabilityReceiver
Implementsosid.OsidReceiver
Description

The availability receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted availabilities.

MethodnewAvailabilities
Description

The callback for notifications of new availabilities.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListavailabilityIdsthe Ids of the new Availabilities
CompliancemandatoryThis method must be implemented.
MethodchangedAvailabilities
Description

The callback for notification of updated availabilities.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListavailabilityIdsthe Ids of the updated Availabilities
CompliancemandatoryThis method must be implemented.
MethoddeletedAvailabilities
Description

The callback for notification of deleted availabilities.

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