Interface | osid.grading.transform.GradeSystemTransformReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newGradeSystemTransforms | ||
Description |
The callback for notifications of new grade system transforms. | ||
Parameters | osid.id.IdList | gradeSystemTransformIds | the Ids of the new GradeSystemTransforms |
Compliance | mandatory | This method must be implemented. | |
Method | changedGradeSystemTransforms | ||
Description |
The callback for notification of updated grade system transforms. | ||
Parameters | osid.id.IdList | gradeSystemTransformIds | the Ids of the updated GradeSystemTransforms |
Compliance | mandatory | This method must be implemented. | |
Method | deletedGradeSystemTransforms | ||
Description |
The callback for notification of deleted grade system transforms. | ||
Parameters | osid.id.IdList | gradeSystemTransformIds | the Ids of the deleted GradeSystemTransforms |
Compliance | mandatory | This method must be implemented. |