OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookQueryInspector
Implementsosid.OsidCatalogQueryInspector
Used Byosid.grading.GradeEntryQueryInspector
osid.grading.GradeQueryInspector
osid.grading.GradeSystemQueryInspector
osid.grading.GradebookColumnQueryInspector
osid.grading.GradebookColumnSummaryQueryInspector
osid.grading.GradebookQueryInspector
osid.grading.GradebookSearchResults
Description

This is the query inspector for examining gradebook queries.

MethodgetGradeIdTerms
Description

Gets the grade Id terms.

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

Gets the grade terms.

Returnosid.grading.GradeQueryInspector[] the grade terms
Compliancemandatory This method must be implemented.
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.
MethodgetGradebookColumnIdTerms
Description

Gets the gradebook column Id terms.

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

Gets the gradebook column terms.

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

Gets the ancestor gradebook Id terms.

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

Gets the ancestor gradebook terms.

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

Gets the descendant gradebook Id terms.

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

Gets the descendant gradebook terms.

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

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

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