public interface AnswerQueryInspector extends OsidObjectQueryInspector
The query inspectors provide a means of accessing the match terms of a
query. These interfaces are used to examine the actual query terms used in
a search or that may be used to create a smart catalog. Query inspectors
may be converted to OsidQuery interfaces for reuse or
modification in the search sessions.
| Modifier and Type | Method and Description |
|---|---|
AnswerQueryInspectorRecord |
getAnswerQueryInspectorRecord(Type questionRecordType)
Gets the record query inspector corresponding to the given
Question record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsAnswerQueryInspectorRecord getAnswerQueryInspectorRecord(Type questionRecordType) throws OperationFailedException
Question record Type. questionRecordType - a question record typeNullArgumentException - questionRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(questionRecordType) is false
mandatory - This method must be implemented.