Uses of Interface
org.osid.voting.Vote

Packages that use Vote
Package
Description
The Open Service Interface Definitions for the org.osid.voting service.
  • Uses of Vote in org.osid.voting

    Methods in org.osid.voting that return Vote
    Modifier and Type
    Method
    Description
    VoteList.getNextVote()
    Gets the next Vote in this list.
    VoteList.getNextVotes(long n)
    Gets the next set of Vote elements in this list which must be less than or equal to the number returned from available() .
    VoteLookupSession.getVote(Id voteId)
    Gets a Vote specified by its Id .
    VotingSession.vote(VoteForm voteForm)
    Votes for a candidate in a race.