OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.learning.ObjectiveBankNode
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 ObjectiveBankHierarchySession.

MethodgetObjectiveBank
Description

Gets the ObjectiveBank at this node.

Returnosid.learning.ObjectiveBankthe objective bank represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentObjectiveBankNodes
Description

Gets the parents of this objective bank.

Returnosid.learning.ObjectiveBankNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildObjectiveBankNodes
Description

Gets the children of this objective bank.

Returnosid.learning.ObjectiveBankNodeListthe children of this objective bank
CompliancemandatoryThis method must be implemented.