Uses of Interface
org.osid.voting.BallotQuery
Packages that use BallotQuery
Package
Description
The Open Service Interface Definitions for the org.osid.voting
service.
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of BallotQuery in org.osid.voting
Methods in org.osid.voting that return BallotQueryModifier and TypeMethodDescriptionBallotQuerySession.getBallotQuery()Gets a ballot query.BallotSmartPollsSession.getBallotQuery()Gets a ballot query.RaceQuery.getBallotQuery()Gets the query for a ballot.BallotSearchSession.getBallotQueryFromInspector(BallotQueryInspector ballotQueryInspector) Gets a ballot query from an inspector.BallotSmartPollsSession.getBallotQueryFromInspector(BallotQueryInspector ballotQueryInspector) Gets a ballot query from an inspector.Methods in org.osid.voting with parameters of type BallotQueryModifier and TypeMethodDescriptionvoidBallotSmartPollsSession.applyBallotQuery(BallotQuery ballotQuery) Applies a ballot query to this polls.BallotQuerySession.getBallotsByQuery(BallotQuery ballotQuery) Gets a list ofBallotsmatching the given query.BallotSearchSession.getBallotsBySearch(BallotQuery ballotQuery, BallotSearch ballotSearch) Gets the search results matching the given search query using the given search. -
Uses of BallotQuery in org.osid.voting.rules
Methods in org.osid.voting.rules that return BallotQueryModifier and TypeMethodDescriptionBallotConstrainerQuery.getRuledBallotQuery()Gets the query for a ballot.