Interface DeviceEnablerSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidEnablerSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, OsidTemporalSearchOrder, Suppliable

public interface DeviceEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getDeviceEnablerSearchOrderRecord

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