OSID Logo
OSID Specifications
voting package
Version 3.1.0
Interfaceosid.voting.PollsNode
Implementsosid.OsidNode
Used Byosid.voting.PollsHierarchySession
osid.voting.PollsNodeList
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 PollsHierarchySession.

MethodgetPolls
Description

Gets the Polls at this node.

Returnosid.voting.Polls the polls represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentPollsNodes
Description

Gets the parents of this polls.

Returnosid.voting.PollsNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildPollsNodes
Description

Gets the children of this polls.

Returnosid.voting.PollsNodeList the children of this polls
Compliancemandatory This method must be implemented.