OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.DeviceEnablerSearch
Implementsosid.OsidSearch
Description

The search interface for governing device enabler searches.

MethodsearchAmongDeviceEnablers
Description

Execute this search among the given list of device enablers.

Parametersosid.id.IdListdeviceEnablerIdslist of device enablers
ErrorsNULL_ARGUMENT deviceEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDeviceEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.control.rules.DeviceEnablerSearchOrderdeviceEnablerSearchOrderdevice enabler search order
ErrorsNULL_ARGUMENT deviceEnablerSearchOrder is null
UNSUPPORTED deviceEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDeviceEnablerSearchRecord
Description

Gets the device enabler search record corresponding to the given device enabler search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypedeviceEnablerSearchRecordTypea device enabler search record type
Returnosid.control.rules.records.DeviceEnablerSearchRecordthe device enabler search record
ErrorsNULL_ARGUMENT deviceEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(deviceEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.