| Interface | osid.lexicon.TextQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Used By | osid.lexicon.IdiomQueryInspector | ||
osid.lexicon.ParameterQueryInspector | |||
osid.lexicon.PressQueryInspector | |||
osid.lexicon.TextSearchResults | |||
osid.lexicon.TextSmartPressSession | |||
osid.rules.check.CheckQueryInspector | |||
| Description |
This is the query inspector for examining text queries. | ||
| Method | getPressIdTerms | ||
| Description |
Gets the press | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPressTerms | ||
| Description |
Gets the press query terms. | ||
| Return | osid.lexicon.PressQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTextQueryInspectorRecord | ||
| Description |
Gets the text query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | textRecordType | a text record type |
| Return | osid.lexicon.records.TextQueryInspectorRecord | the text query inspector record | |
| Errors | NULL_ARGUMENT | textRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(textRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |