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

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

MethodnewEntry
Description

The callback for notifications of new entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdentryIdthe Id of the new Entry
CompliancemandatoryThis method must be implemented.
MethodchangedEntry
Description

The callback for notification of updated entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdentryIdthe Id of the updated Entry
CompliancemandatoryThis method must be implemented.
MethoddeletedEntry
Description

the callback for notification of deleted entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdentryIdthe Id of the deleted Entry
CompliancemandatoryThis method must be implemented.