| Interface | osid.grading.GradeReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The grade receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newGrades | ||
| Description |
The callback for notifications of new grades. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradeIds | the Id of the new Grades | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedGrades | ||
| Description |
The callback for notification of updated grades. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradeIds | the Id of the updated Grades | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedGrades | ||
| Description |
The callback for notification of deleted grades. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradeIds | the Id of the deleted Grades | |
| Compliance | mandatory | This method must be implemented. | |