Interface CookbookSearchOrder

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

public interface CookbookSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCookbookSearchOrderRecord

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