OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookColumnSearchResults
Implementsosid.OsidSearchResults
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.GradebookColumnListthe gradebook column list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnQueryInspector
Description

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

Returnosid.grading.GradebookColumnQueryInspectorthe gradebook column query inspector
CompliancemandatoryThis 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.TypegradebookColumnSearchRecordTypea gradebook column search record type
Returnosid.grading.records.GradebookColumnSearchResultsRecordthe gradebook column search results record
ErrorsNULL_ARGUMENT gradebookColumnSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookColumnSearchRecordType) is false
CompliancemandatoryThis method must be implemented.