OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.ActivityNode
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 ActivityHierarchySession.

MethodgetActivity
Description

Gets the Activity at this node.

Returnosid.financials.Activitythe activity represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentActivityNodes
Description

Gets the parents of this activity.

Returnosid.financials.ActivityNodeListthe parents of this activity
CompliancemandatoryThis method must be implemented.
MethodgetChildActivityNodes
Description

Gets the children of this activity.

Returnosid.financials.ActivityNodeListthe children of this activity
CompliancemandatoryThis method must be implemented.