OSID Logo
OSID Specifications
mapping path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.SpeedZoneSearchOrder
Implementsosid.OsidRuleSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByPath
Description

Orders the results by path.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodsupportsPathSearchOrder
Description

Tests if a path search order is available.

Returnboolean true if a path search order is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetPathSearchOrder
Description

Gets a path search order.

Returnosid.mapping.path.PathSearchOrderthe path search order
ErrorsUNIMPLEMENTED supportsPathSearchOrder() is false
ComplianceoptionalThis method must be implemented if supportsPathSearchOrder() is true.
MethodorderByLength
Description

Orders the results by the length of the zone.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderBySpeedLimit
Description

Specifies a preference for ordering the results by speed limit.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodgetSpeedZoneSearchOrderRecord
Description

Gets the speed zone search order record corresponding to the given speed zone record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypespeedZoneRecordTypea speed zone record type
Returnosid.mapping.path.records.SpeedZoneSearchOrderRecordthe speed zone search order record
ErrorsNULL_ARGUMENT speedZoneRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(speedZoneRecordType) is false
CompliancemandatoryThis method must be implemented.