OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.DeviceEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.control.rules.DeviceEnablerSearchSession
osid.control.rules.DeviceEnablerSmartSystemSession
Description

An interface for specifying the ordering of search results.

MethodgetDeviceEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypedeviceEnablerRecordType a device enabler record type
Returnosid.control.rules.records.DeviceEnablerSearchOrderRecord the device enabler search order record
ErrorsNULL_ARGUMENT deviceEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceEnablerRecordType) is false
Compliancemandatory This method must be implemented.