public interface DeviceEnablerSearch extends OsidSearch
The search interface for governing device enabler searches.
Modifier and Type | Method and Description |
---|---|
DeviceEnablerSearchRecord |
getDeviceEnablerSearchRecord(Type deviceEnablerSearchRecordType)
Gets the device enabler search record corresponding to the given
device enabler search record
Type. |
void |
orderDeviceEnablerResults(DeviceEnablerSearchOrder deviceEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongDeviceEnablers(IdList deviceEnablerIds)
Execute this search among the given list of device enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongDeviceEnablers(IdList deviceEnablerIds)
deviceEnablerIds
- list of device enablersNullArgumentException
- deviceEnablerIds
is null
mandatory
- This method must be implemented. void orderDeviceEnablerResults(DeviceEnablerSearchOrder deviceEnablerSearchOrder)
deviceEnablerSearchOrder
- device enabler search orderNullArgumentException
- deviceEnablerSearchOrder
is null
UnsupportedException
- deviceEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. DeviceEnablerSearchRecord getDeviceEnablerSearchRecord(Type deviceEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used
to retrieve an object implementing the requested record.deviceEnablerSearchRecordType
- a device enabler search record
typeNullArgumentException
-
deviceEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(deviceEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.