| Interface | osid.repository.AssetContentReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The asset content receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newAssetContents | ||
| Description |
The callback for notifications of new asset contents. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assetContentIds | the Id of the new AssetContents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAssetContents | ||
| Description |
The callback for notification of updated asset contents. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assetContentIds | the Id of the updated AssetContents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAssetContents | ||
| Description |
The callback for notification of deleted asset contents. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assetContentIds | the Id of the deleted AssetContents | |
| Compliance | mandatory | This method must be implemented. | |