Interface CatalogueSearchOrder

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

public interface CatalogueSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCatalogueSearchOrderRecord

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