OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.OfficeNode
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 OfficeHierarchySession.

MethodgetOffice
Description

Gets the Office at this node.

Returnosid.workflow.Officethe office represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentOfficeNodes
Description

Gets the parents of this office.

Returnosid.workflow.OfficeNodeListthe parents of this office
CompliancemandatoryThis method must be implemented.
MethodgetChildOfficeNodes
Description

Gets the children of this office.

Returnosid.workflow.OfficeNodeListthe children of this office
CompliancemandatoryThis method must be implemented.