OSID Logo
OSID Specifications
profile package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.ProfileNode
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 ProfileHierarchySession.

MethodgetProfile
Description

Gets the Profile at this node.

Returnosid.profile.Profilethe profile represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentProfileNodes
Description

Gets the parents of this profile.

Returnosid.profile.ProfileNodeListthe parents of this profile
CompliancemandatoryThis method must be implemented.
MethodgetChildProfileNodes
Description

Gets the children of this profile.

Returnosid.profile.ProfileNodeListthe children of this profile
CompliancemandatoryThis method must be implemented.