Interface DeviceEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing device enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetDeviceEnablerSearchRecord(Type deviceEnablerSearchRecordType) Gets the device enabler search record corresponding to the given device enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderDeviceEnablerResults(DeviceEnablerSearchOrder deviceEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongDeviceEnablers(IdList deviceEnablerIds) Execute this search among the given list of device enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongDeviceEnablers
Execute this search among the given list of device enablers.- Parameters:
deviceEnablerIds- list of device enablers- Throws:
NullArgumentException-deviceEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderDeviceEnablerResults
Specify an ordering to the search results.- Parameters:
deviceEnablerSearchOrder- device enabler search order- Throws:
NullArgumentException-deviceEnablerSearchOrderisnullUnsupportedException-deviceEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getDeviceEnablerSearchRecord
DeviceEnablerSearchRecord getDeviceEnablerSearchRecord(Type deviceEnablerSearchRecordType) throws OperationFailedException Gets the device enabler search record corresponding to the given device enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
deviceEnablerSearchRecordType- a device enabler search record type- Returns:
- the device enabler search record
- Throws:
NullArgumentException-deviceEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(deviceEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-