OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.PathSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.mapping.path.IntersectionSearchOrder
osid.mapping.path.ObstacleSearchOrder
osid.mapping.path.PathSearchSession
osid.mapping.path.PathSmartMapSession
osid.mapping.path.SignalSearchOrder
osid.mapping.path.SpeedZoneSearchOrder
osid.mapping.route.RouteSegmentSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetPathSearchOrderRecord
Description

Gets the path order record corresponding to the given path record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypepathRecordType a path record type
Returnosid.mapping.path.records.PathSearchOrderRecord the path search order record
ErrorsNULL_ARGUMENT pathRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pathRecordType) is false
Compliancemandatory This method must be implemented.