Interface | osid.mapping.path.SpeedZoneSearchSession | ||
---|---|---|---|
Implements | osid.mapping.path.SpeedZoneQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
SpeedZones may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getSpeedZoneSearch | ||
Description |
Gets a speed zone search. | ||
Return | osid.mapping.path.SpeedZoneSearch | the speed zone search | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneSearchOrder | ||
Description |
Gets a speed zone search order. The | ||
Return | osid.mapping.path.SpeedZoneSearchOrder | the speed zone search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZonesBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.mapping.path.SpeedZoneQuery | speedZoneQuery | the speed zone query |
osid.mapping.path.SpeedZoneSearch | speedZoneSearch | the speed zone search | |
Return | osid.mapping.path.SpeedZoneSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | speedZoneQuery or speed zoneSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | speedZoneQuery or speed zoneSearch is not of
this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneQueryFromInspector | ||
Description |
Gets a speed zone query from an inspector. The
inspector is available from a | ||
Parameters | osid.mapping.path.SpeedZoneQueryInspector | speedZoneQueryInspector | a speed zone query inspector |
Return | osid.mapping.path.SpeedZoneQuery | the speed zone query | |
Errors | NULL_ARGUMENT | speedZoneQueryInspector is null | |
UNSUPPORTED | speedZoneQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |