OSID Logo
OSID Specifications
inventory package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListinventoryIds the Id of the new Inventories
Compliancemandatory This method must be implemented.
MethodchangedInventories
Description

The callback for notification of updated inventories.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinventoryIds the Id of the updated Inventories
Compliancemandatory This method must be implemented.
MethoddeletedInventories
Description

the callback for notification of deleted inventories.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinventoryIds the Id of the deleted Inventories
Compliancemandatory This method must be implemented.