Interface | osid.control.InputQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRuleQueryInspector | ||
Description |
This is the query inspector for examining input queries. | ||
Method | getDeviceIdTerms | ||
Description |
Gets the device | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeviceTerms | ||
Description |
Gets the device query terms. | ||
Return | osid.control.DeviceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getControllerIdTerms | ||
Description |
Gets the controller | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getControllerTerms | ||
Description |
Gets the controller query terms. | ||
Return | osid.control.ControllerQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemIdTerms | ||
Description |
Gets the system | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemTerms | ||
Description |
Gets the system query terms. | ||
Return | osid.control.SystemQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputQueryInspectorRecord | ||
Description |
Gets the input query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | inputRecordType | an input record type |
Return | osid.control.records.InputQueryInspectorRecord | the input query inspector record | |
Errors | NULL_ARGUMENT | inputRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(inputRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |