| Interface | osid.voting.BallotQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
| Description |
This is the query inspector for examining ballot queries. | ||
| Method | getRevoteTerms | ||
| Description |
Gets the revote query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceIdTerms | ||
| Description |
Gets the race | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceTerms | ||
| Description |
Gets the race query terms. | ||
| Return | osid.voting.RaceQueryInspector[] | 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 | getBallotQueryInspectorRecord | ||
| Description |
Gets the ballot query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | ballotRecordType | a ballot record type |
| Return | osid.voting.records.BallotQueryInspectorRecord | the ballot query inspector record | |
| Errors | NULL_ARGUMENT | ballotRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(ballotRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |