OSID Logo
OSID Specifications
grading transform package
Version 3.1.0
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.IdListgradeSystemTransformIds the Ids of the new GradeSystemTransforms
Compliancemandatory This method must be implemented.
MethodchangedGradeSystemTransforms
Description

The callback for notification of updated grade system transforms.

Parametersosid.id.IdListgradeSystemTransformIds the Ids of the updated GradeSystemTransforms
Compliancemandatory This method must be implemented.
MethoddeletedGradeSystemTransforms
Description

The callback for notification of deleted grade system transforms.

Parametersosid.id.IdListgradeSystemTransformIds the Ids of the deleted GradeSystemTransforms
Compliancemandatory This method must be implemented.