OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.QualifierNode
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 QualifierHierarchySession.

MethodgetQualifier
Description

Gets the Qualifier at this node.

Returnosid.authorization.Qualifierthe qualifier represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentQualifierNodes
Description

Gets the parents of this qualifier.

Returnosid.authorization.QualifierNodeListthe parents of this qualifier
CompliancemandatoryThis method must be implemented.
MethodgetChildQualifierNodes
Description

Gets the children of this qualifier.

Returnosid.authorization.QualifierNodeListthe children of this qualifier
CompliancemandatoryThis method must be implemented.