OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeSearchResults
Implementsosid.OsidSearchResults
Used Byosid.grading.GradeSearchSession
Description

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

MethodgetGrades
Description

Gets the grade list resulting from a search.

Returnosid.grading.GradeList the grade list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetGradeQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.grading.GradeQueryInspector the grade query inspector
Compliancemandatory This method must be implemented.
MethodgetGradeSearchResultsRecord
Description

Gets the grade search results record corresponding to the given grade search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypegradeSearchRecordType a grade search record type
Returnosid.grading.records.GradeSearchResultsRecord the grade search results record
ErrorsNULL_ARGUMENT gradeSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeSearchRecordTypee) is false
Compliancemandatory This method must be implemented.