Interface DeviceEnablerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface DeviceEnablerSearchResults extends OsidSearchResults

This interface provides a means to capture results of a search.

  • Method Details

    • getDeviceEnablers

      DeviceEnablerList getDeviceEnablers()
      Gets the DeviceEnablerList resulting from a search.
      Returns:
      the device enabler list
      Throws:
      IllegalStateException - list has already been retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getDeviceEnablerQueryInspector

      DeviceEnablerQueryInspector getDeviceEnablerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the device enabler query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getDeviceEnablerSearchResultsRecord

      DeviceEnablerSearchResultsRecord getDeviceEnablerSearchResultsRecord(Type deviceEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
      Gets the device enabler search results record corresponding to the given device enabler search record Type .This method must be used to retrieve an object implementing the requested record.
      Parameters:
      deviceEnablerSearchRecordType - a device enabler search record type
      Returns:
      the device enabler search results record
      Throws:
      NullArgumentException - deviceEnablerSearchRecordType is null
      OperationFailedException - unable to complete request
      PermissionDeniedException - authorization failure occurred
      UnsupportedException - hasRecordType(deviceEnablerSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.