OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.SpeedZoneSearch
Implementsosid.OsidSearch
Used Byosid.mapping.path.SpeedZoneSearchSession
Description

The search interface for governing speed zone searches.

MethodsearchAmongSpeedZones
Description

Execute this search among the given list of speed zones.

Parametersosid.id.IdListspeedZoneIds list of speed zones
ErrorsNULL_ARGUMENT speedZoneIds is null
Compliancemandatory This method must be implemented.
MethodorderSpeedZoneResults
Description

Specify an ordering to the search results.

Parametersosid.mapping.path.SpeedZoneSearchOrderspeedZoneSearchOrder speedZone search order
ErrorsNULL_ARGUMENT speedZoneSearchOrder is null
UNSUPPORTED speedZoneSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetSpeedZoneSearchRecord
Description

Gets the record corresponding to the given speed zone search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypespeedZoneSearchRecordType a speed zone search record type
Returnosid.mapping.path.records.SpeedZoneSearchRecord the speed zone search record
ErrorsNULL_ARGUMENT speedZoneSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(speedZoneSearchRecordType) is false
Compliancemandatory This method must be implemented.