OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetGradebookSearchOrderRecord
Description

Gets the gradebook search order record corresponding to the given gradebook record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypegradebookRecordTypea gradebook record type
Returnosid.grading.records.GradebookSearchOrderRecordthe gradebook search order record
ErrorsNULL_ARGUMENT gradebookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookRecordType) is false
CompliancemandatoryThis method must be implemented.