Interface | osid.mapping.path.SpeedZoneSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing speed zone searches. | ||
Method | searchAmongSpeedZones | ||
Description |
Execute this search among the given list of speed zones. | ||
Parameters | osid.id.IdList | speedZoneIds | list of speed zones |
Errors | NULL_ARGUMENT | speedZoneIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderSpeedZoneResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.mapping.path.SpeedZoneSearchOrder | speedZoneSearchOrder | speedZone search order |
Errors | NULL_ARGUMENT | speedZoneSearchOrder is null | |
UNSUPPORTED | speedZoneSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneSearchRecord | ||
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.SpeedZoneSearchRecord | the speed zone search 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. |