OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the GradebookHierarchySession.

MethodgetGradebook
Description

Gets the Gradebook at this node.

Returnosid.grading.Gradebookthe gradebook represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentGradebookNodes
Description

Gets the parents of this gradebook.

Returnosid.grading.GradebookNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildGradebookNodes
Description

Gets the children of this gradebook.

Returnosid.grading.GradebookNodeListthe children of this gradebook
CompliancemandatoryThis method must be implemented.