Interface CatalogEnablerSearchOrder

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

public interface CatalogEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCatalogEnablerSearchOrderRecord

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