Interface | osid.voting.PollsQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
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. |