| Interface | osid.inquiry.rules.InquiryEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.inquiry.rules.InquiryEnablerSearchResults | ||
osid.inquiry.rules.InquiryEnablerSmartInquestSession | |||
| Description |
This is the query inspector for examining inquiry enabler queries. | ||
| Method | getRuledInquiryIdTerms | ||
| Description |
Gets the inquiry | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledInquiryTerms | ||
| Description |
Gets the inquiry query terms. | ||
| Return | osid.inquiry.InquiryQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestIdTerms | ||
| Description |
Gets the inquest | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestTerms | ||
| Description |
Gets the inquest query terms. | ||
| Return | osid.inquiry.InquestQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquiryEnablerQueryInspectorRecord | ||
| Description |
Gets the inquiry enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | inquiryEnablerRecordType | an inquiry enabler record type |
| Return | osid.inquiry.rules.records.InquiryEnablerQueryInspectorRecord | the inquiry enabler query inspector record | |
| Errors | NULL_ARGUMENT | inquiryEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(inquiryEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |