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

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

MethodnewShipments
Description

The callback for notifications of new shipments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListshipmentIdsthe Id of the new Shipments
CompliancemandatoryThis method must be implemented.
MethodchangedShipments
Description

The callback for notification of updated shipments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListshipmentIdsthe Id of the updated Shipments
CompliancemandatoryThis method must be implemented.
MethoddeletedShipments
Description

the callback for notification of deleted shipments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListshipmentIdsthe Id of the deleted Shipments
CompliancemandatoryThis method must be implemented.