OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookColumnSearchResults
Implementsosid.OsidSearchResults
Used Byosid.grading.GradebookColumnSearchSession
Description

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

MethodgetGradebookColumns
Description

Gets the gradebook column list resulting from the search.

Returnosid.grading.GradebookColumnList the gradebook column list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetGradebookColumnQueryInspector
Description

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

Returnosid.grading.GradebookColumnQueryInspector the gradebook column query inspector
Compliancemandatory This method must be implemented.
MethodgetGradebookColumnSearchResultsRecord
Description

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

Parametersosid.type.TypegradebookColumnSearchRecordType a gradebook column search record type
Returnosid.grading.records.GradebookColumnSearchResultsRecord the gradebook column search results record
ErrorsNULL_ARGUMENT gradebookColumnSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookColumnSearchRecordType) is false
Compliancemandatory This method must be implemented.