Interface QuestionQuery

All Superinterfaces:
Extensible, OsidBrowsableQuery, OsidExtensibleQuery, OsidIdentifiableQuery, OsidObjectQuery, OsidQuery, Suppliable

public interface QuestionQuery extends OsidObjectQuery

This is the query for searching questions. Each method match request produces an AND term while multiple invocations of a method produces a nested OR .

  • Method Details

    • getQuestionQueryRecord

      QuestionQueryRecord getQuestionQueryRecord(Type questionRecordType) throws OperationFailedException
      Gets the question record query corresponding to the given Item record Type .Multiple retrievals produce a nested OR term.
      Parameters:
      questionRecordType - a question record type
      Returns:
      the question query record
      Throws:
      NullArgumentException - questionRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(questionRecordType) is false
      Compliance:
      mandatory - This method must be implemented.