Interface | osid.authorization.QualifierNode | ||
---|---|---|---|
Implements | osid.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
| ||
Method | getQualifier | ||
Description |
Gets the | ||
Return | osid.authorization.Qualifier | the qualifier represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentQualifierNodes | ||
Description |
Gets the parents of this qualifier. | ||
Return | osid.authorization.QualifierNodeList | the parents of this qualifier | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildQualifierNodes | ||
Description |
Gets the children of this qualifier. | ||
Return | osid.authorization.QualifierNodeList | the children of this qualifier | |
Compliance | mandatory | This method must be implemented. |