OSID Logo
OSID Specifications
mapping path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.SpeedZoneSearchResults
Implementsosid.OsidSearchResults
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.SpeedZoneListthe speed zone list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetSpeedZoneQueryInspector
Description

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

Returnosid.mapping.path.SpeedZoneQueryInspectorthe speed zone query inspector
CompliancemandatoryThis 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.TypespeedZoneSearchRecordTypea speed zone search record type
Returnosid.mapping.path.records.SpeedZoneSearchResultsRecordthe speed zone search results record
ErrorsNULL_ARGUMENT speedZoneSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(speedZoneSearchRecordType) is false
CompliancemandatoryThis method must be implemented.