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

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

MethodnewAssets
Description

The callback for notifications of new assets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassetIds the Ids of the new Assets
Compliancemandatory This method must be implemented.
MethodchangedAssets
Description

The callback for notification of updated assets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassetIds the Ids of the updated Assets
Compliancemandatory This method must be implemented.
MethoddeletedAssets
Description

the callback for notification of deleted assets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassetIds the Ids of the deleted Assets
Compliancemandatory This method must be implemented.