OSID Logo
OSID Specifications
repository package
Version 3.0.0
Release Candidate Preview
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.IdListassetIdsthe Ids of the new Assets
CompliancemandatoryThis method must be implemented.
MethodchangedAssets
Description

The callback for notification of updated assets.

Parametersosid.id.IdListassetIdsthe Ids of the updated Assets
CompliancemandatoryThis method must be implemented.
MethoddeletedAssets
Description

the callback for notification of deleted assets.

Parametersosid.id.IdListassetIdsthe Ids of the deleted Assets
CompliancemandatoryThis method must be implemented.