| Interface | osid.voting.rules.VoteEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.voting.rules.VoteEnablerSearchResults | ||
osid.voting.rules.VoteEnablerSmartPollsSession | |||
| Description |
This is the query inspector for examining vote enabler queries. | ||
| Method | getRuledVoteIdTerms | ||
| Description |
Gets the vote | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledVoteTerms | ||
| Description |
Gets the vote query terms. | ||
| Return | osid.voting.VoteQueryInspector[] | 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 | getVoteEnablerQueryInspectorRecord | ||
| Description |
Gets the vote enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | voteEnablerRecordType | a vote enabler record type |
| Return | osid.voting.rules.records.VoteEnablerQueryInspectorRecord[] | the vote enabler query inspector record | |
| Errors | NULL_ARGUMENT | voteEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(voteEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |