OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookColumnSummaryQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.grading.GradebookColumnQueryInspector
Description

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

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

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

Gets the mean terms.

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

Gets the minimum mean terms.

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

Gets the median terms.

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

Gets the minimum median terms.

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

Gets the mode terms.

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

Gets the minimum mode terms.

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

Gets the rms terms.

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

Gets the minimum rms terms.

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

Gets the standard deviation terms.

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

Gets the minimum standard deviation terms.

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

Gets the sum terms.

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

Gets the minimum sum terms.

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

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

Parametersosid.type.TypegradebookColumnSummaryRecordType a gradebook column summry record type
Returnosid.grading.records.GradebookColumnSummaryQueryInspectorRecord the gradebook column summary query inspector record
ErrorsNULL_ARGUMENT gradebookColumnSummaryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradebookColumnSummaryRecordRecordType) is false
Compliancemandatory This method must be implemented.