OSID Logo
OSID Specifications
voting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.PollsNode
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 PollsHierarchySession.

MethodgetPolls
Description

Gets the Polls at this node.

Returnosid.voting.Pollsthe polls represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentPollsNodes
Description

Gets the parents of this polls.

Returnosid.voting.PollsNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildPollsNodes
Description

Gets the children of this polls.

Returnosid.voting.PollsNodeListthe children of this polls
CompliancemandatoryThis method must be implemented.