OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookColumnSummaryQueryInspector
Implementsosid.OsidRuleQueryInspector
Description

This is the query inspector for examining gradebook column summary queries.

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 gradebookc column terms
CompliancemandatoryThis method must be implemented.
MethodgetMeanTerms
Description

Gets the mean terms.

Returnosid.search.terms.DecimalRangeTerm[]the mean terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumMeanTerms
Description

Gets the minimum mean terms.

Returnosid.search.terms.DecimalTerm[]the minimum mean terms
CompliancemandatoryThis method must be implemented.
MethodgetMedianTerms
Description

Gets the median terms.

Returnosid.search.terms.DecimalRangeTerm[]the median terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumMedianTerms
Description

Gets the minimum median terms.

Returnosid.search.terms.DecimalTerm[]the minimum median terms
CompliancemandatoryThis method must be implemented.
MethodgetModeTerms
Description

Gets the mode terms.

Returnosid.search.terms.DecimalRangeTerm[]the mode terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumModeTerms
Description

Gets the minimum mode terms.

Returnosid.search.terms.DecimalTerm[]the minimum mode terms
CompliancemandatoryThis method must be implemented.
MethodgetRMSTerms
Description

Gets the rms terms.

Returnosid.search.terms.DecimalRangeTerm[]the rms terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumRMSTerms
Description

Gets the minimum rms terms.

Returnosid.search.terms.DecimalTerm[]the minimum rms terms
CompliancemandatoryThis method must be implemented.
MethodgetStandardDeviationTerms
Description

Gets the standard deviation terms.

Returnosid.search.terms.DecimalRangeTerm[]the standard deviation terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumStandardDeviationTerms
Description

Gets the minimum standard deviation terms.

Returnosid.search.terms.DecimalTerm[]the minimum standard deviation terms
CompliancemandatoryThis method must be implemented.
MethodgetSumTerms
Description

Gets the sum terms.

Returnosid.search.terms.DecimalRangeTerm[]the sum terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumSumTerms
Description

Gets the minimum sum terms.

Returnosid.search.terms.DecimalTerm[]the minimum sum 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.
MethodgetGradebookColumnSummaryQueryInspectorRecord
Description

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

Parametersosid.type.TypegradebookColumnSummaryRecordTypea gradebook column summry record type
Returnosid.grading.records.GradebookColumnSummaryQueryInspectorRecordthe gradebook column summary query inspector record
ErrorsNULL_ARGUMENT gradebookColumnSummaryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookColumnSummaryRecordRecordType) is false
CompliancemandatoryThis method must be implemented.