OSID Logo
OSID Specifications
course chronicle package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.chronicle.AssessmentEntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAssessmentEntries
Description

The callback for notifications of new assessment entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentEntryIdsthe Ids of the new AssessmentEntries
CompliancemandatoryThis method must be implemented.
MethodchangedAssessmentEntries
Description

The callback for notification of updated assessment entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentEntryIdsthe Ids of the updated AssessmentEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedAssessmentEntries
Description

the callback for notification of deleted assessment entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentEntryIdsthe Ids of the deleted AssessmentEntries
CompliancemandatoryThis method must be implemented.