| Interface | osid.repository.RepositoryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The repository receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newRepositories | ||
| Description |
The callback for notifications of new repositories. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | repositoryIds | the Ids of the new Repositories | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRepositories | ||
| Description |
The callback for notification of updated repositories. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | repositoryIds | the Ids of the updated Repositories | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRepositories | ||
| Description |
The callback for notification of deleted repositories. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | repositoryIds | the Ids of the deleted Repositories | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfRepositories | ||
| Description |
The callback for notifications of changes to children of repositories hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | repositoryIds | the Ids of the Repositories whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |