| Interface | osid.filing.FileReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The file receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted files. | ||
| Method | newFiles | ||
| Description |
The callback for notifications of new files. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | fileIds | the Ids of the new files | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedFiles | ||
| Description |
The callback for notification of updated files. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | fileIds | the Ids of the changed files | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedFiles | ||
| Description |
the callback for notification of deleted files. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | fileIds | the Ids of the removed files | |
| Compliance | mandatory | This method must be implemented. | |