OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
Interfaceosid.mapping.path.rules.ObstacleEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.mapping.path.rules.ObstacleEnablerSearchSession
osid.mapping.path.rules.ObstacleEnablerSmartMapSession
Description

An interface for specifying the ordering of search results.

MethodgetObstacleEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeobstacleEnablerRecordType an obstacle enabler record type
Returnosid.mapping.path.rules.records.ObstacleEnablerSearchOrderRecord the obstacle enabler search order record
ErrorsNULL_ARGUMENT obstacleEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(obstacleEnablerRecordType) is false
Compliancemandatory This method must be implemented.