OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookSearchResults
Implementsosid.OsidSearchResults
Used Byosid.grading.GradebookSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetGradebooks
Description

Gets the gradebook list resulting from the search.

Returnosid.grading.GradebookList the gradebook list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetGradebookQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.grading.GradebookQueryInspector the gradebook query inspector
Compliancemandatory This method must be implemented.
MethodgetGradebookSearchResultsRecord
Description

Gets the gradebook search results 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.GradebookSearchResultsRecord the gradebook search results record
ErrorsNULL_ARGUMENT gradebookSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookSearchRecordType) is false
Compliancemandatory This method must be implemented.