OSID Logo
OSID Specifications
grading package
Version 3.0.0
Interfaceosid.grading.GradeReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewGrades
Description

The callback for notifications of new grades.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListgradeIdsthe Id of the new Grades
CompliancemandatoryThis method must be implemented.
MethodchangedGrades
Description

The callback for notification of updated grades.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListgradeIdsthe Id of the updated Grades
CompliancemandatoryThis method must be implemented.
MethoddeletedGrades
Description

The callback for notification of deleted grades.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListgradeIdsthe Id of the deleted Grades
CompliancemandatoryThis method must be implemented.