OSID Logo
OSID Specifications
inventory package
Version 3.1.0
Interfaceosid.inventory.StockReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewStocks
Description

The callback for notifications of new stocks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstockIds the Ids of the new Stocks
Compliancemandatory This method must be implemented.
MethodchangedStocks
Description

The callback for notification of updated stocks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstockIds the Ids of the updated Stocks
Compliancemandatory This method must be implemented.
MethoddeletedStocks
Description

The callback for notification of deleted stocks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstockIds the Ids of the deleted Stocks
Compliancemandatory This method must be implemented.
MethodchangedChildOfStocks
Description

The callback for notifications of changes to children of stock hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstockIds the Ids of the Stocks whose children have changed
Compliancemandatory This method must be implemented.