OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.SpeedZoneSearchResults
Implementsosid.OsidSearchResults
Used Byosid.mapping.path.SpeedZoneSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetSpeedZones
Description

Gets the speed zone list resulting from a search.

Returnosid.mapping.path.SpeedZoneList the speed zone list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetSpeedZoneQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.mapping.path.SpeedZoneQueryInspector the speed zone query inspector
Compliancemandatory This method must be implemented.
MethodgetSpeedZoneSearchResultsRecord
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.SpeedZoneSearchResultsRecord the speed zone search results record
ErrorsNULL_ARGUMENT speedZoneSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(speedZoneSearchRecordType) is false
Compliancemandatory This method must be implemented.