OSID Logo
OSID Specifications
grading package
Version 3.0.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.IdListgradeIdslist of grades
ErrorsNULL_ARGUMENTgradeIds is null
CompliancemandatoryThis method must be implemented.
MethodorderGradeResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradeSearchOrdergradeSearchOrdergrade search order
ErrorsNULL_ARGUMENTgradeSearchOrder is null
UNSUPPORTEDgradeSearchOrder is not of this service
CompliancemandatoryThis 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.TypegradeSearchRecordTypea grade search record type
Returnosid.grading.records.GradeSearchRecordthe grade search record
ErrorsNULL_ARGUMENTgradeSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(gradeSearchRecordType) is false
CompliancemandatoryThis method must be implemented.