OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookSearch
Implementsosid.OsidSearch
Used Byosid.grading.GradebookSearchSession
Description

The interface for governing gradebook searches.

MethodsearchAmongGradebooks
Description

Execute this search among the given list of gradebooks.

Parametersosid.id.IdListgradebookIds list of gradebooks
ErrorsNULL_ARGUMENT gradebookIds is null
Compliancemandatory This method must be implemented.
MethodorderGradebookResults
Description

Specify an ordering to the search results.

Parametersosid.grading.GradebookSearchOrdergradebookSearchOrder gradebook search order
ErrorsNULL_ARGUMENT gradebookSearchOrder is null
UNSUPPORTED gradebookSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetGradebookSearchRecord
Description

Gets the gradebook search record corresponding to the given gradebook search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypegradebookSearchRecordType a gradebook search record type
Returnosid.grading.records.GradebookSearchRecord the gradebook search record
ErrorsNULL_ARGUMENT gradebookSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookSearchRecordType) is false
Compliancemandatory This method must be implemented.