OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewGradebooks
Description

The callback for notifications of new gradebooks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookIds the Ids of the new Gradebooks
Compliancemandatory This method must be implemented.
MethodchangedGradebooks
Description

The callback for notification of updated gradebooks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookIds the Ids of the updated Gradebooks
Compliancemandatory This method must be implemented.
MethoddeletedGradebooks
Description

The callback for notification of deleted gradebooks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookIds the Ids of the deleted Gradebooks
Compliancemandatory This method must be implemented.
MethodchangedChildOfGradebooks
Description

The callback for notifications of changes to children of gradebook hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookIds the Ids of the Gradebooks whose children have changed
Compliancemandatory This method must be implemented.