OSID Logo
OSID Specifications
hold package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListholdIds the Ids of the new Holds
Compliancemandatory This method must be implemented.
MethodchangedHolds
Description

The callback for notification of updated holds.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListholdIds the Ids of the updated Holds
Compliancemandatory This method must be implemented.
MethoddeletedHolds
Description

The callback for notification of deleted holds.

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