Interface DeviceSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, Suppliable

public interface DeviceSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getDeviceSearchOrderRecord

      DeviceSearchOrderRecord getDeviceSearchOrderRecord(Type deviceRecordType) throws OperationFailedException
      Gets the device search order record corresponding to the given device record Type . Multiple retrievals return the same underlying object.
      Parameters:
      deviceRecordType - a device record type
      Returns:
      the device search order record
      Throws:
      NullArgumentException - deviceRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(deviceRecordType) is false
      Compliance:
      mandatory - This method must be implemented.