Interface AssessmentPartSearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface AssessmentPartSearch extends OsidSearch

The search interface for governing assessment part searches.

  • Method Details

    • searchAmongAssessmentParts

      void searchAmongAssessmentParts(IdList bankIds)
      Execute this search among the given list of assessment parts.
      Parameters:
      bankIds - list of assessment parts
      Throws:
      NullArgumentException - bankIds is null
      Compliance:
      mandatory - This method must be implemented.
    • orderAssessmentPartResults

      void orderAssessmentPartResults(AssessmentPartSearchOrder assessmentPartSearchOrder)
      Specify an ordering to the search results.
      Parameters:
      assessmentPartSearchOrder - assessment part search order
      Throws:
      NullArgumentException - assessmentPartSearchOrder is null
      UnsupportedException - assessmentPartSearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getAssessmentPartSearchRecord

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