| Interface | osid.control.InputSearchSession | ||
|---|---|---|---|
| Implements | osid.control.InputQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Inputs may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getInputSearch | ||
| Description |
Gets an input search. | ||
| Return | osid.control.InputSearch | the input search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInputSearchOrder | ||
| Description |
Gets an input search order. The | ||
| Return | osid.control.InputSearchOrder | the input search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInputsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.control.InputQuery | inputQuery | the input query |
osid.control.InputSearch | inputSearch | the input search | |
| Return | osid.control.InputSearchResults | the input search results | |
| Errors | NULL_ARGUMENT | inputQuery or inputSearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | inputQuery or inputSearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInputQueryFromInspector | ||
| Description |
Gets an input query from an inspector. The inspector is
available from a | ||
| Parameters | osid.control.InputQueryInspector | inputQueryInspector | an input query inspector |
| Return | osid.control.InputQuery | the input query | |
| Errors | NULL_ARGUMENT | inputQueryInspector is null | |
| UNSUPPORTED | inputQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |