OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.ItemReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewItems
Description

The callback for notifications of new items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListitemIdsthe Id of the new Items
CompliancemandatoryThis method must be implemented.
MethodchangedItems
Description

The callback for notification of updated items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListitemIdsthe Id of the updated Items
CompliancemandatoryThis method must be implemented.
MethoddeletedItems
Description

The callback for notification of deleted items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListitemIdsthe Id of the deleted Items
CompliancemandatoryThis method must be implemented.