Interface | osid.mapping.path.SpeedZoneSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getSpeedZones | ||
Description |
Gets the speed zone list resulting from a search. | ||
Return | osid.mapping.path.SpeedZoneList | the speed zone list | |
Errors | ILLEGAL_STATE | list already retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.mapping.path.SpeedZoneQueryInspector | the speed zone query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneSearchResultsRecord | ||
Description |
Gets the record corresponding to the given speed zone
search record | ||
Parameters | osid.type.Type | speedZoneSearchRecordType | a speed zone search record type |
Return | osid.mapping.path.records.SpeedZoneSearchResultsRecord | the speed zone search results record | |
Errors | NULL_ARGUMENT | speedZoneSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(speedZoneSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |