| Interface | osid.voting.PollsQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Used By | osid.voting.BallotQueryInspector | ||
osid.voting.CandidateQueryInspector | |||
osid.voting.PollsQueryInspector | |||
osid.voting.PollsSearchResults | |||
osid.voting.RaceQueryInspector | |||
osid.voting.VoteQueryInspector | |||
osid.voting.rules.BallotConstrainerEnablerQueryInspector | |||
osid.voting.rules.BallotConstrainerQueryInspector | |||
osid.voting.rules.RaceConstrainerEnablerQueryInspector | |||
osid.voting.rules.RaceConstrainerQueryInspector | |||
| show 3 more⦠| |||
osid.voting.rules.RaceProcessorEnablerQueryInspector | |||
osid.voting.rules.RaceProcessorQueryInspector | |||
osid.voting.rules.VoteEnablerQueryInspector | |||
| Description |
This is the query inspector for examining poll queries. | ||
| 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 | getAncestorPollsIdTerms | ||
| Description |
Gets the ancestor polls | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorPollsTerms | ||
| Description |
Gets the ancestor polls query terms. | ||
| Return | osid.voting.PollsQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantPollsIdTerms | ||
| Description |
Gets the descendant polls | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantPollsTerms | ||
| Description |
Gets the descendant polls query terms. | ||
| Return | osid.voting.PollsQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPollsQueryInspectorRecord | ||
| Description |
Gets the polls query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | pollsRecordType | a polls record type |
| Return | osid.voting.records.PollsQueryInspectorRecord | the polls query inspector record | |
| Errors | NULL_ARGUMENT | pollsRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(pollsRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |