OSID Logo
OSID Specifications
installation package
Version 3.0.0
Interfaceosid.installation.DepotReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDepots
Description

The callback for notifications of new depots.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdepotIdsthe Ids of the new Depots
CompliancemandatoryThis method must be implemented.
MethodchangedDepots
Description

The callback for notification of updated depots.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdepotIdsthe Ids of the updated Depots
CompliancemandatoryThis method must be implemented.
MethoddeletedDepots
Description

The callback for notification of deleted depots.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdepotIdsthe Ids of the deleted Depots
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfDepots
Description

The callback for notifications of changes to children of depot hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdepotIdsthe Ids of the Depots whose children have changed
CompliancemandatoryThis method must be implemented.