Interface | osid.mapping.path.SignalSearchSession | ||
---|---|---|---|
Implements | osid.mapping.path.SignalQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Signals may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getSignalSearch | ||
Description |
Gets a signal search. | ||
Return | osid.mapping.path.SignalSearch | the signal search | |
Compliance | mandatory | This method must be implemented. | |
Method | getSignalSearchOrder | ||
Description |
Gets a signal search order. The | ||
Return | osid.mapping.path.SignalSearchOrder | the signal search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getSignalsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.mapping.path.SignalQuery | signalQuery | the signal query |
osid.mapping.path.SignalSearch | signalSearch | the signal search | |
Return | osid.mapping.path.SignalSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | signalQuery or signalSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | signalQuery or signalSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSignalQueryFromInspector | ||
Description |
Gets a signal query from an inspector. The inspector is
available from a | ||
Parameters | osid.mapping.path.SignalQueryInspector | signalQueryInspector | a signal query inspector |
Return | osid.mapping.path.SignalQuery | the signal query | |
Errors | NULL_ARGUMENT | signalQueryInspector is null | |
UNSUPPORTED | signalQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |