OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeSystemSearchResults
Implementsosid.OsidSearchResults
Used Byosid.grading.GradeSystemSearchSession
Description

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

MethodgetGradeSystems
Description

Gets the grade system list resulting from the search.

Returnosid.grading.GradeSystemList the grade system list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetGradeSystemQueryInspector
Description

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

Returnosid.grading.GradeSystemQueryInspector the grade system query inspector
Compliancemandatory This method must be implemented.
MethodgetGradeSystemSearchResultsRecord
Description

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

Parametersosid.type.TypegradeSystemSearchRecordType a grade system search record type
Returnosid.grading.records.GradeSystemSearchResultsRecord the grade system search results record
ErrorsNULL_ARGUMENT gradeSystemSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeSystemSearchRecordType) is false
Compliancemandatory This method must be implemented.