OSID Logo
OSID Specifications
grading package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListgradeSystemIds the Ids of the new GradeSystems
Compliancemandatory This method must be implemented.
MethodchangedGradeSystems
Description

The callback for notification of updated grade systems.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradeSystemIds the Ids of the updated GradeSystems
Compliancemandatory This method must be implemented.
MethoddeletedGradeSystems
Description

The callback for notification of deleted grade systems.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradeSystemIds the Ids of the deleted GradeSystems
Compliancemandatory This method must be implemented.