Interface UtilitySearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface UtilitySearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getUtilitySearchOrderRecord

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