OSID Logo
OSID Specifications
grading package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListgradeIds the Id of the new Grades
Compliancemandatory This method must be implemented.
MethodchangedGrades
Description

The callback for notification of updated grades.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradeIds the Id of the updated Grades
Compliancemandatory This method must be implemented.
MethoddeletedGrades
Description

The callback for notification of deleted grades.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradeIds the Id of the deleted Grades
Compliancemandatory This method must be implemented.