| 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 |
|---|---|
VoteForm |
VotingSession.getVoteForm(Id raceId,
Id candidateId,
Type[] voteRecordTypes)
Gets a vote form for a race.
|
| Modifier and Type | Method and Description |
|---|---|
Vote |
VotingSession.vote(VoteForm voteForm)
Votes for a candidate in a race.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VoteBatchForm
This is the form for creating and updating candidates in bulk.
|