OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.ActivityNode
Implementsosid.OsidNode
Used Byosid.financials.ActivityHierarchySession
osid.financials.ActivityNodeList
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 ActivityHierarchySession.

MethodgetActivity
Description

Gets the Activity at this node.

Returnosid.financials.Activity the activity represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentActivityNodes
Description

Gets the parents of this activity.

Returnosid.financials.ActivityNodeList the parents of this activity
Compliancemandatory This method must be implemented.
MethodgetChildActivityNodes
Description

Gets the children of this activity.

Returnosid.financials.ActivityNodeList the children of this activity
Compliancemandatory This method must be implemented.