OSID Logo
OSID Specifications
process package
Version 3.1.0
Interfaceosid.process.ProcessNode
Implementsosid.OsidNode
Used Byosid.process.ProcessHierarchySession
osid.process.ProcessNodeList
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 ProcessHierarchySession.

MethodgetProcess
Description

Gets the Process at this node.

Returnosid.process.Process the process represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentProcessNodes
Description

Gets the parents of this process.

Returnosid.process.ProcessNodeList the parents of this process
Compliancemandatory This method must be implemented.
MethodgetChildProcessNodes
Description

Gets the children of this process.

Returnosid.process.ProcessNodeList the children of this process
Compliancemandatory This method must be implemented.