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

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

MethodnewGradeSystemTransforms
Description

The callback for notifications of new grade system transforms.

Parametersosid.id.IdListgradeSystemTransformIdsthe Ids of the new GradeSystemTransforms
CompliancemandatoryThis method must be implemented.
MethodchangedGradeSystemTransforms
Description

The callback for notification of updated grade system transforms.

Parametersosid.id.IdListgradeSystemTransformIdsthe Ids of the updated GradeSystemTransforms
CompliancemandatoryThis method must be implemented.
MethoddeletedGradeSystemTransforms
Description

The callback for notification of deleted grade system transforms.

Parametersosid.id.IdListgradeSystemTransformIdsthe Ids of the deleted GradeSystemTransforms
CompliancemandatoryThis method must be implemented.