OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining gradebook 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.
MethodgetGradebookColumnIdTerms
Description

Gets the gradebook column Id terms.

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

Gets the gradebook column terms.

Returnosid.grading.GradebookColumnQueryInspector[]the gradebook column terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorGradebookIdTerms
Description

Gets the ancestor gradebook Id terms.

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

Gets the ancestor gradebook terms.

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

Gets the descendant gradebook Id terms.

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

Gets the descendant gradebook terms.

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

Gets the gradebook query inspector record corresponding to the given Gradebook record Type.

Parametersosid.type.TypegradebookRecordTypea gradebook record type
Returnosid.grading.records.GradebookQueryInspectorRecordthe gradebook query inspector record
ErrorsNULL_ARGUMENT gradebookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookRecordType) is false
CompliancemandatoryThis method must be implemented.