Interface RepositoryReceiver
- All Superinterfaces:
OsidReceiver
The repository receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Repository objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfRepositories(Id notificationId, IdList repositoryIds) The callback for notifications of changes to children of repositories hierarchy nodes.voidchangedRepositories(Id notificationId, IdList repositoryIds) The callback for notification of updated repositories.voiddeletedRepositories(Id notificationId, IdList repositoryIds) The callback for notification of deleted repositories.voidnewRepositories(Id notificationId, IdList repositoryIds) The callback for notifications of new repositories.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRepositories
-
changedRepositories
-
deletedRepositories
-
changedChildOfRepositories
The callback for notifications of changes to children of repositories hierarchy nodes.- Parameters:
notificationId- the notificationIdrepositoryIds- theIdsof theRepositorieswhose children have changed- Compliance:
mandatory- This method must be implemented.
-