| Package | Description |
|---|---|
| org.osid.voting |
The Open Service Interface Definitions for the org.osid.voting
service.
|
| org.osid.voting.batch |
The Open Service Interface Definitions for the org.osid.voting.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
VotingSession |
VotingManager.getVotingSession()
Gets the
OsidSession associated with the voting
service. |
VotingSession |
VotingProxyManager.getVotingSession(Proxy proxy)
Gets the
OsidSession associated with the voting
service. |
VotingSession |
VotingManager.getVotingSessionForPolls(Id pollsId)
Gets the
OsidSession associated with the voting service
for the given polls. |
VotingSession |
VotingProxyManager.getVotingSessionForPolls(Id pollsId,
Proxy proxy)
Gets the
OsidSession associated with the voting service
for the given polls. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VotingBatchSession
This session votes in bulk.
|