OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.DeviceEnablerSearch
Implementsosid.OsidSearch
Used Byosid.control.rules.DeviceEnablerSearchSession
Description

The search interface for governing device enabler searches.

MethodsearchAmongDeviceEnablers
Description

Execute this search among the given list of device enablers.

Parametersosid.id.IdListdeviceEnablerIds list of device enablers
ErrorsNULL_ARGUMENT deviceEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderDeviceEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.control.rules.DeviceEnablerSearchOrderdeviceEnablerSearchOrder device enabler search order
ErrorsNULL_ARGUMENT deviceEnablerSearchOrder is null
UNSUPPORTED deviceEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypedeviceEnablerSearchRecordType a device enabler search record type
Returnosid.control.rules.records.DeviceEnablerSearchRecord the device enabler search record
ErrorsNULL_ARGUMENT deviceEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.