OSID Logo
OSID Specifications
installation package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListdepotIds the Ids of the new Depots
Compliancemandatory This method must be implemented.
MethodchangedDepots
Description

The callback for notification of updated depots.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdepotIds the Ids of the updated Depots
Compliancemandatory This method must be implemented.
MethoddeletedDepots
Description

The callback for notification of deleted depots.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdepotIds the Ids of the deleted Depots
Compliancemandatory This method must be implemented.
MethodchangedChildOfDepots
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdepotIds the Ids of the Depots whose children have changed
Compliancemandatory This method must be implemented.