OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.FrontOfficeNode
Implementsosid.OsidNode
Used Byosid.tracking.FrontOfficeHierarchySession
osid.tracking.FrontOfficeNodeList
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.FrontOffice the front office represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentFrontOfficeNodes
Description

Gets the parents of this front office.

Returnosid.tracking.FrontOfficeNodeList the parents of this front office
Compliancemandatory This method must be implemented.
MethodgetChildFrontOfficeNodes
Description

Gets the children of this front office.

Returnosid.tracking.FrontOfficeNodeList the children of this front office
Compliancemandatory This method must be implemented.