Interface AgencySearchOrder

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

public interface AgencySearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAgencySearchOrderRecord

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