OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookColumnQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

This is the query inspector for examining gradebook column queries.

MethodgetGradeSystemIdTerms
Description

Gets the grade system Id terms.

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

Gets the grade system terms.

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

Gets the grade entry Id terms.

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

Gets the grade entry terms.

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

Gets the gradebook column summary terms.

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

Gets the gradebook Id terms.

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

Gets the gradebook terms.

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

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

Parametersosid.type.TypegradebookColumnRecordTypea gradebook column record type
Returnosid.grading.records.GradebookColumnQueryInspectorRecordthe gradebook column query inspector record
ErrorsNULL_ARGUMENT gradebookColumnRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookColumnRecordType) is false
CompliancemandatoryThis method must be implemented.