OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.InputEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.control.rules.InputEnablerSearchSession
osid.control.rules.InputEnablerSmartSystemSession
Description

An interface for specifying the ordering of search results.

MethodgetInputEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeinputEnablerRecordType an input enabler record type
Returnosid.control.rules.records.InputEnablerSearchOrderRecord the input enabler search order record
ErrorsNULL_ARGUMENT inputEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(inputEnablerRecordType) is false
Compliancemandatory This method must be implemented.