OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.FrontOfficeNode
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 FrontOfficeHierarchySession.

MethodgetFrontOffice
Description

Gets the FrontOffice at this node.

Returnosid.tracking.FrontOfficethe front office represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentFrontOfficeNodes
Description

Gets the parents of this front office.

Returnosid.tracking.FrontOfficeNodeListthe parents of this front office
CompliancemandatoryThis method must be implemented.
MethodgetChildFrontOfficeNodes
Description

Gets the children of this front office.

Returnosid.tracking.FrontOfficeNodeListthe children of this front office
CompliancemandatoryThis method must be implemented.