OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradeEntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewGradeEntries
Description

The callback for notifications of new grade entries.

Parametersosid.id.IdListgradeEntryIdsthe Ids of the new GradeEntries
CompliancemandatoryThis method must be implemented.
MethodchangedGradeEntries
Description

The callback for notification of updated grade entries.

Parametersosid.id.IdListgradeEntryIdsthe Ids of the updated GradeEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedGradeEntries
Description

The callback for notification of deleted grade entries.

Parametersosid.id.IdListgradeEntryIdsthe Ids of the deleted GradeEntries
CompliancemandatoryThis method must be implemented.