OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.DeviceEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypedeviceEnablerRecordTypea device enabler record type
Returnosid.control.rules.records.DeviceEnablerSearchOrderRecordthe device enabler search order record
ErrorsNULL_ARGUMENT deviceEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(deviceEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.