OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.HoldReceiver
Implementsosid.OsidReceiver
Description

The hold receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Hold objects.

MethodnewHolds
Description

The callback for notifications of new holds.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListholdIdsthe Ids of the new Holds
CompliancemandatoryThis method must be implemented.
MethodchangedHolds
Description

The callback for notification of updated holds.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListholdIdsthe Ids of the updated Holds
CompliancemandatoryThis method must be implemented.
MethoddeletedHolds
Description

The callback for notification of deleted holds.

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