OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradeSystemSearch
Implementsosid.OsidSearch
Description

The interface for governing grade system searches.

MethodsearchAmongGradeSystems
Description

Execute this search among the given list of grade systems.

Parametersosid.id.IdListgradeSystemIdslist of grade systems
ErrorsNULL_ARGUMENT gradeSystemIds is null
CompliancemandatoryThis method must be implemented.
MethodorderGradeSystemResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradeSystemSearchOrdergradeSystemSearchOrdergrade system search order
ErrorsNULL_ARGUMENT gradeSystemSearchOrder is null
UNSUPPORTED gradeSystemSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystemSearchRecord
Description

Gets the grade system search 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.GradeSystemSearchRecordthe grade system search record
ErrorsNULL_ARGUMENT gradeSystemSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradeSystemSearchRecordType) is false
CompliancemandatoryThis method must be implemented.