Interface CategorySearchOrder

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

public interface CategorySearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCategorySearchOrderRecord

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