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

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

MethodnewGradeSystems
Description

The callback for notifications of new grade systems.

Parametersosid.id.IdListgradeSystemIdsthe Ids of the new GradeSystems
CompliancemandatoryThis method must be implemented.
MethodchangedGradeSystems
Description

The callback for notification of updated grade systems.

Parametersosid.id.IdListgradeSystemIdsthe Ids of the updated GradeSystems
CompliancemandatoryThis method must be implemented.
MethoddeletedGradeSystems
Description

The callback for notification of deleted grade systems.

Parametersosid.id.IdListgradeSystemIdsthe Ids of the deleted GradeSystems
CompliancemandatoryThis method must be implemented.