Interface SiteSearchOrder

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

public interface SiteSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getSiteSearchOrderRecord

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