OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.DeviceSearchOrder
Implementsosid.OsidObjectSearchOrder
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.TypedeviceRecordTypea device record type
Returnosid.control.records.DeviceSearchOrderRecordthe device search order record
ErrorsNULL_ARGUMENT deviceRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(deviceRecordType) is false
CompliancemandatoryThis method must be implemented.