Interface QuestionSearchOrder

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

public interface QuestionSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getQuestionSearchOrderRecord

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