OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradeSystemSearchResults
Implementsosid.OsidSearchResults
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.GradeSystemListthe grade system list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystemQueryInspector
Description

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

Returnosid.grading.GradeSystemQueryInspectorthe grade system query inspector
CompliancemandatoryThis 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.TypegradeSystemSearchRecordTypea grade system search record type
Returnosid.grading.records.GradeSystemSearchResultsRecordthe grade system search results record
ErrorsNULL_ARGUMENT gradeSystemSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradeSystemSearchRecordType) is false
CompliancemandatoryThis method must be implemented.