OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.DeviceSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.control.DeviceSearchSession
osid.control.DeviceSmartSystemSession
osid.control.InputSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetDeviceSearchOrderRecord
Description

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

Parametersosid.type.TypedeviceRecordType a device record type
Returnosid.control.records.DeviceSearchOrderRecord the device search order record
ErrorsNULL_ARGUMENT deviceRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceRecordType) is false
Compliancemandatory This method must be implemented.