OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.grading.GradebookSearchSession
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.TypegradebookRecordType a gradebook record type
Returnosid.grading.records.GradebookSearchOrderRecord the gradebook search order record
ErrorsNULL_ARGUMENT gradebookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookRecordType) is false
Compliancemandatory This method must be implemented.