| Interface | osid.lexicon.ParameterQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Used By | osid.lexicon.ParameterSearchResults | ||
osid.lexicon.ParameterSmartPressSession | |||
osid.lexicon.PressQueryInspector | |||
| Description |
This is the query inspector for examning parameter queries. | ||
| Method | getTextIdTerms | ||
| Description |
Gets the text | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTextTerms | ||
| Description |
Gets the text query terms. | ||
| Return | osid.lexicon.TextQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSyntaxTerms | ||
| Description |
Gets the syntax query terms. | ||
| Return | osid.search.terms.SyntaxTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInputPositionTerms | ||
| Description |
Gets the input position query terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| 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 | getParameterQueryInspectorRecord | ||
| Description |
Gets the parameter query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | parameterRecordType | a parameter record type |
| Return | osid.lexicon.records.ParameterQueryInspectorRecord | the parameter query inspector record | |
| Errors | NULL_ARGUMENT | parameterRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(parameterRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |