OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
Interfaceosid.mapping.path.rules.SignalEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.mapping.path.rules.SignalEnablerSearchSession
osid.mapping.path.rules.SignalEnablerSmartMapSession
Description

An interface for specifying the ordering of search results.

MethodgetSignalEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypesignalEnablerRecordType a signal enabler record type
Returnosid.mapping.path.rules.records.SignalEnablerSearchOrderRecord the signal enabler search order record
ErrorsNULL_ARGUMENT signalEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(signalEnablerRecordType) is false
Compliancemandatory This method must be implemented.