| Package | Description |
|---|---|
| org.osid.voting |
The Open Service Interface Definitions for the org.osid.voting
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CandidateSearchSession
This session provides methods for searching among
Candidate
objects. |
| Modifier and Type | Method and Description |
|---|---|
CandidateQuerySession |
VotingManager.getCandidateQuerySession()
Gets a candidate query session.
|
CandidateQuerySession |
VotingProxyManager.getCandidateQuerySession(Proxy proxy)
Gets a candidate query session.
|
CandidateQuerySession |
VotingManager.getCandidateQuerySessionForPolls(Id pollsId)
Gets a candidate query session for the given polls.
|
CandidateQuerySession |
VotingProxyManager.getCandidateQuerySessionForPolls(Id pollsId,
Proxy proxy)
Gets a candidate query session for the given polls.
|