| Interface | osid.inquiry.rules.InquiryEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description | This is the query inspector for examining inquiry enabler queries. | ||
| Method | getRuledAuditIdTerms | ||
| Description | Gets the audit  | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledAuditTerms | ||
| Description | Gets the audit query terms. | ||
| Return | osid.inquiry.AuditQueryInspector[] | 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. | |