OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeSearch
Implementsosid.OsidSearch
Used Byosid.grading.GradeSearchSession
Description

The search interface for governing grade searches.

MethodsearchAmongGrades
Description

Execute this search among the given list of grades.

Parametersosid.id.IdListgradeIds list of grades
ErrorsNULL_ARGUMENT gradeIds is null
Compliancemandatory This method must be implemented.
MethodorderGradeResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradeSearchOrdergradeSearchOrder grade search order
ErrorsNULL_ARGUMENT gradeSearchOrder is null
UNSUPPORTED gradeSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetGradeSearchRecord
Description

Gets the grade search 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.GradeSearchRecord the grade search record
ErrorsNULL_ARGUMENT gradeSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeSearchRecordType) is false
Compliancemandatory This method must be implemented.