public interface PollsNode extends OsidNode
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.
| Modifier and Type | Method and Description |
|---|---|
PollsNodeList |
getChildPollsNodes()
Gets the children of this polls.
|
PollsNodeList |
getParentPollsNodes()
Gets the parents of this polls.
|
Polls |
getPolls()
Gets the
Polls at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredPolls getPolls()
Polls at this node.mandatory - This method must be implemented. PollsNodeList getParentPollsNodes()
id mandatory - This method must be implemented. PollsNodeList getChildPollsNodes()
mandatory - This method must be implemented.