OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookColumnSummarySearchOrder
Implementsosid.OsidRuleSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByMean
Description

Specified a preference for ordering results by the mean.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByMedian
Description

Specified a preference for ordering results by the median.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByMode
Description

Specified a preference for ordering results by the mode.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByRMS
Description

Specified a preference for ordering results by the root mean square.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByStandardDeviation
Description

Specified a preference for ordering results by the standard deviation.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderBySum
Description

Specified a preference for ordering results by the sum.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnSummarySearchOrderRecord
Description

Gets the gradebook column summary search order record corresponding to the given gradebook column summary record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypegradebookColumnSummaryRecordTypea gradebook column summary record type
Returnosid.grading.records.GradebookColumnSummarySearchOrderRecordthe gradebook column summary search order record
ErrorsNULL_ARGUMENT gradebookColumnSummaryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookColumnSummaryRecordType) is false
CompliancemandatoryThis method must be implemented.