OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.rules.ObstacleEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypeobstacleEnablerRecordTypean obstacle enabler record type
Returnosid.mapping.path.rules.records.ObstacleEnablerSearchOrderRecordthe obstacle enabler search order record
ErrorsNULL_ARGUMENT obstacleEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(obstacleEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.