OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.ModelReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewModels
Description

The callback for notifications of new models.

Parametersosid.id.IdListmodelIdsthe Ids of the new Models
CompliancemandatoryThis method must be implemented.
MethodchangedModels
Description

The callback for notification of updated models.

Parametersosid.id.IdListmodelIdsthe Ids of the updated Models
CompliancemandatoryThis method must be implemented.
MethoddeletedModels
Description

The callback for notification of deleted models.

Parametersosid.id.IdListmodelIdsthe Ids of the deleted Models
CompliancemandatoryThis method must be implemented.