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

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

MethodnewInventories
Description

The callback for notifications of new inventories.

Parametersosid.id.IdListinventoryIdsthe Id of the new Inventories
CompliancemandatoryThis method must be implemented.
MethodchangedInventories
Description

The callback for notification of updated inventories.

Parametersosid.id.IdListinventoryIdsthe Id of the updated Inventories
CompliancemandatoryThis method must be implemented.
MethoddeletedInventories
Description

the callback for notification of deleted inventories.

Parametersosid.id.IdListinventoryIdsthe Id of the deleted Inventories
CompliancemandatoryThis method must be implemented.