OSID Logo
OSID Specifications
workflow package
Version 3.1.0
Interfaceosid.workflow.OfficeNode
Implementsosid.OsidNode
Used Byosid.workflow.OfficeHierarchySession
osid.workflow.OfficeNodeList
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 OfficeHierarchySession.

MethodgetOffice
Description

Gets the Office at this node.

Returnosid.workflow.Office the office represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentOfficeNodes
Description

Gets the parents of this office.

Returnosid.workflow.OfficeNodeList the parents of this office
Compliancemandatory This method must be implemented.
MethodgetChildOfficeNodes
Description

Gets the children of this office.

Returnosid.workflow.OfficeNodeList the children of this office
Compliancemandatory This method must be implemented.