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

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

MethodnewItems
Description

The callback for notifications of new items.

Parametersosid.id.IdListitemIdsthe Ids of the new Items
CompliancemandatoryThis method must be implemented.
MethodchangedItems
Description

The callback for notification of updated items.

Parametersosid.id.IdListitemIdsthe Ids of the updated Items
CompliancemandatoryThis method must be implemented.
MethoddeletedItems
Description

the callback for notification of deleted items.

Parametersosid.id.IdListitemIdsthe Ids of the deleted Items
CompliancemandatoryThis method must be implemented.