Interface | osid.voting.RaceQueryInspector | ||
---|---|---|---|
Implements | osid.OsidGovernatorQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
Description |
This is the query inspector for examining race queries. | ||
Method | getBallotIdTerms | ||
Description |
Gets the ballot | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBallotTerms | ||
Description |
Gets the ballot query terms. | ||
Return | osid.voting.BallotQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCandidateIdTerms | ||
Description |
Gets the candidate | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCandidateTerms | ||
Description |
Gets the candidate query terms. | ||
Return | osid.voting.CandidateQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPollsIdTerms | ||
Description |
Gets the polls | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPollsTerms | ||
Description |
Gets the polls query terms. | ||
Return | osid.voting.PollsQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRaceQueryInspectorRecord | ||
Description |
Gets the race query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | raceRecordType | a race record type |
Return | osid.voting.records.RaceQueryInspectorRecord | the race query inspector record | |
Errors | NULL_ARGUMENT | raceRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(raceRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |