OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookColumnQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.grading.GradeEntryQueryInspector
osid.grading.GradeSystemQueryInspector
osid.grading.GradebookColumnSearchResults
osid.grading.GradebookColumnSmartGradebookSession
osid.grading.GradebookColumnSummaryQueryInspector
osid.grading.GradebookQueryInspector
Description

This is the query inspector for examining gradebook column queries.

Like all OsidQueryInspectors, GradebookColumnQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetGradeSystemIdTerms
Description

Gets the grade system Id terms.

Returnosid.search.terms.IdTerm[] the grade system Id terms
Compliancemandatory This method must be implemented.
MethodgetGradeSystemTerms
Description

Gets the grade system terms.

Returnosid.grading.GradeSystemQueryInspector[] the grade system terms
Compliancemandatory This method must be implemented.
MethodgetGradeEntryIdTerms
Description

Gets the grade entry Id terms.

Returnosid.search.terms.IdTerm[] the grade entry Id terms
Compliancemandatory This method must be implemented.
MethodgetGradeEntryTerms
Description

Gets the grade entry terms.

Returnosid.grading.GradeEntryQueryInspector[] the grade entry terms
Compliancemandatory This method must be implemented.
MethodgetGradebookColumnSummaryTerms
Description

Gets the gradebook column summary terms.

Returnosid.grading.GradebookColumnSummaryQueryInspector[] the gradebook column summary terms
Compliancemandatory This method must be implemented.
MethodgetGradebookIdTerms
Description

Gets the gradebook Id terms.

Returnosid.search.terms.IdTerm[] the gradebook Id terms
Compliancemandatory This method must be implemented.
MethodgetGradebookTerms
Description

Gets the gradebook terms.

Returnosid.grading.GradebookQueryInspector[] the gradebook terms
Compliancemandatory This method must be implemented.
MethodgetGradebookColumnQueryInspectorRecord
Description

Gets the gradebook column query inspector record corresponding to the given GradebookColumn record Type.

Parametersosid.type.TypegradebookColumnRecordType a gradebook column record type
Returnosid.grading.records.GradebookColumnQueryInspectorRecord the gradebook column query inspector record
ErrorsNULL_ARGUMENT gradebookColumnRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookColumnRecordType) is false
Compliancemandatory This method must be implemented.