Interface ForumSearchOrder

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

public interface ForumSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getForumSearchOrderRecord

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