public interface GradebookNode extends OsidNode
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.
| Modifier and Type | Method and Description |
|---|---|
GradebookNodeList |
getChildGradebookNodes()
Gets the children of this gradebook.
|
Gradebook |
getGradebook()
Gets the
Gradebook at this node. |
GradebookNodeList |
getParentGradebookNodes()
Gets the parents of this gradebook.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredGradebook getGradebook()
Gradebook at this node.mandatory - This method must be implemented. GradebookNodeList getParentGradebookNodes()
id mandatory - This method must be implemented. GradebookNodeList getChildGradebookNodes()
mandatory - This method must be implemented.