Interface AssessmentTakenSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface AssessmentTakenSearchResults extends OsidSearchResults

This interface provides a means to capture results of a search.

  • Method Details

    • getAssessmentsTaken

      AssessmentTakenList getAssessmentsTaken()
      Gets the assessment taken list resulting from the search.
      Returns:
      the assessment taken list
      Throws:
      IllegalStateException - the assessment taken list has already been retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getAssessmentTakenQueryInspector

      AssessmentTakenQueryInspector getAssessmentTakenQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getAssessmentTakenSearchResultsRecord

      AssessmentTakenSearchResultsRecord getAssessmentTakenSearchResultsRecord(Type assessmentTakenSearchRecordType) throws OperationFailedException
      Gets the assessment taken record corresponding to the given assessment taken search record Type .This method is used to retrieve an object implementing the requested record.
      Parameters:
      assessmentTakenSearchRecordType - an assessment taken search record type
      Returns:
      the assessment taken search results record
      Throws:
      NullArgumentException - assessmentTakenSearchRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(assessmentTakenSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.