OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.AssetContentReceiver
Implementsosid.OsidReceiver
Description

The asset content receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted AssetContent objects.

Like all OsidReceivers, notifications are delivered to AssetContentReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewAssetContents
Description

The callback for notifications of new asset contents.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassetContentIds the Id of the new AssetContents
Compliancemandatory This method must be implemented.
MethodchangedAssetContents
Description

The callback for notification of updated asset contents.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassetContentIds the Id of the updated AssetContents
Compliancemandatory This method must be implemented.
MethoddeletedAssetContents
Description

The callback for notification of deleted asset contents.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassetContentIds the Id of the deleted AssetContents
Compliancemandatory This method must be implemented.