OSID Logo
OSID Specifications
grading package
Version 3.0.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.GradeListthe grade list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetGradeQueryInspector
Description

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

Returnosid.grading.GradeQueryInspectorthe grade query inspector
CompliancemandatoryThis 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.TypegradeSearchRecordTypea grade search record type
Returnosid.grading.records.GradeSearchResultsRecordthe grade search results record
ErrorsNULL_ARGUMENTgradeSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(gradeSearchRecordTypee) is false
CompliancemandatoryThis method must be implemented.