public interface GradebookColumnSummaryQueryInspector extends OsidRuleQueryInspector
This is the query inspector for examining gradebook column summary queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getGradebookColumnIdTerms()
Gets the gradebook column
Id terms. |
GradebookColumnSummaryQueryInspectorRecord |
getGradebookColumnSummaryQueryInspectorRecord(Type gradebookColumnSummaryRecordType)
Gets the gradebook column summary query inspector record corresponding
to the given
GradebookColumnSummary record Type. |
GradebookColumnQueryInspector[] |
getGradebookColumnTerms()
Gets the gradebook column terms.
|
IdTerm[] |
getGradebookIdTerms()
Gets the gradebook
Id terms. |
GradebookQueryInspector[] |
getGradebookTerms()
Gets the gradebook terms.
|
DecimalRangeTerm[] |
getMeanTerms()
Gets the mean terms.
|
DecimalRangeTerm[] |
getMedianTerms()
Gets the median terms.
|
DecimalTerm[] |
getMinimumMeanTerms()
Gets the minimum mean terms.
|
DecimalTerm[] |
getMinimumMedianTerms()
Gets the minimum median terms.
|
DecimalTerm[] |
getMinimumModeTerms()
Gets the minimum mode terms.
|
DecimalTerm[] |
getMinimumRMSTerms()
Gets the minimum rms terms.
|
DecimalTerm[] |
getMinimumStandardDeviationTerms()
Gets the minimum standard deviation terms.
|
DecimalTerm[] |
getMinimumSumTerms()
Gets the minimum sum terms.
|
DecimalRangeTerm[] |
getModeTerms()
Gets the mode terms.
|
DecimalRangeTerm[] |
getRMSTerms()
Gets the rms terms.
|
DecimalRangeTerm[] |
getStandardDeviationTerms()
Gets the standard deviation terms.
|
DecimalRangeTerm[] |
getSumTerms()
Gets the sum terms.
|
getRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsIdTerm[] getGradebookColumnIdTerms()
Id terms. Id termsmandatory - This method must be implemented. GradebookColumnQueryInspector[] getGradebookColumnTerms()
mandatory - This method must be implemented. DecimalRangeTerm[] getMeanTerms()
mandatory - This method must be implemented. DecimalTerm[] getMinimumMeanTerms()
mandatory - This method must be implemented. DecimalRangeTerm[] getMedianTerms()
mandatory - This method must be implemented. DecimalTerm[] getMinimumMedianTerms()
mandatory - This method must be implemented. DecimalRangeTerm[] getModeTerms()
mandatory - This method must be implemented. DecimalTerm[] getMinimumModeTerms()
mandatory - This method must be implemented. DecimalRangeTerm[] getRMSTerms()
mandatory - This method must be implemented. DecimalTerm[] getMinimumRMSTerms()
mandatory - This method must be implemented. DecimalRangeTerm[] getStandardDeviationTerms()
mandatory - This method must be implemented. DecimalTerm[] getMinimumStandardDeviationTerms()
mandatory - This method must be implemented. DecimalRangeTerm[] getSumTerms()
mandatory - This method must be implemented. DecimalTerm[] getMinimumSumTerms()
mandatory - This method must be implemented. IdTerm[] getGradebookIdTerms()
Id terms. Id termsmandatory - This method must be implemented. GradebookQueryInspector[] getGradebookTerms()
mandatory - This method must be implemented. GradebookColumnSummaryQueryInspectorRecord getGradebookColumnSummaryQueryInspectorRecord(Type gradebookColumnSummaryRecordType) throws OperationFailedException
GradebookColumnSummary record Type.
gradebookColumnSummaryRecordType - a gradebook column summry
record typeNullArgumentException -
gradebookColumnSummaryRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookColumnSummaryRecordRecordType)
is false mandatory - This method must be implemented.