OSID Logo
OSID Specifications
resourcing package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListavailabilityIds the Ids of the new Availabilities
Compliancemandatory This method must be implemented.
MethodchangedAvailabilities
Description

The callback for notification of updated availabilities.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListavailabilityIds the Ids of the updated Availabilities
Compliancemandatory This method must be implemented.
MethoddeletedAvailabilities
Description

The callback for notification of deleted availabilities.

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