Interface | osid.search.QueryInspector | ||
---|---|---|---|
Implements | osid.OsidQueryInspector | ||
Description |
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
| ||
Method | getQueryInspectorRecord | ||
Description |
Gets the query inspector record corresponding to the
given | ||
Parameters | osid.type.Type | queryRecordType | a query record type |
Return | osid.search.records.QueryInspectorRecord | the query inspector record | |
Errors | NULL_ARGUMENT | queryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(queryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |