| Interface | osid.installation.DepotReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newDepots | ||
| Description |
The callback for notifications of new depots. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | depotIds | the Ids of the new Depots | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDepots | ||
| Description |
The callback for notification of updated depots. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | depotIds | the Ids of the updated Depots | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDepots | ||
| Description |
The callback for notification of deleted depots. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | depotIds | the Ids of the deleted Depots | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfDepots | ||
| Description |
The callback for notifications of changes to children of depot hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | depotIds | the Ids of the Depots whose children have changed | |
| Compliance | mandatory | This method must be implemented. | |