Interface GradebookColumnSummaryQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector

public interface GradebookColumnSummaryQueryInspector extends OsidObjectQueryInspector

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

  • Method Details

    • getGradebookColumnIdTerms

      IdTerm[] getGradebookColumnIdTerms()
      Gets the gradebook column Id terms.
      Returns:
      the gradebook column Id terms
      Compliance:
      mandatory - This method must be implemented.
    • getGradebookColumnTerms

      GradebookColumnQueryInspector[] getGradebookColumnTerms()
      Gets the gradebook column terms.
      Returns:
      the gradebookc column terms
      Compliance:
      mandatory - This method must be implemented.
    • getMeanTerms

      DecimalRangeTerm[] getMeanTerms()
      Gets the mean terms.
      Returns:
      the mean terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumMeanTerms

      DecimalTerm[] getMinimumMeanTerms()
      Gets the minimum mean terms.
      Returns:
      the minimum mean terms
      Compliance:
      mandatory - This method must be implemented.
    • getMedianTerms

      DecimalRangeTerm[] getMedianTerms()
      Gets the median terms.
      Returns:
      the median terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumMedianTerms

      DecimalTerm[] getMinimumMedianTerms()
      Gets the minimum median terms.
      Returns:
      the minimum median terms
      Compliance:
      mandatory - This method must be implemented.
    • getModeTerms

      DecimalRangeTerm[] getModeTerms()
      Gets the mode terms.
      Returns:
      the mode terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumModeTerms

      DecimalTerm[] getMinimumModeTerms()
      Gets the minimum mode terms.
      Returns:
      the minimum mode terms
      Compliance:
      mandatory - This method must be implemented.
    • getRMSTerms

      DecimalRangeTerm[] getRMSTerms()
      Gets the rms terms.
      Returns:
      the rms terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumRMSTerms

      DecimalTerm[] getMinimumRMSTerms()
      Gets the minimum rms terms.
      Returns:
      the minimum rms terms
      Compliance:
      mandatory - This method must be implemented.
    • getStandardDeviationTerms

      DecimalRangeTerm[] getStandardDeviationTerms()
      Gets the standard deviation terms.
      Returns:
      the standard deviation terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumStandardDeviationTerms

      DecimalTerm[] getMinimumStandardDeviationTerms()
      Gets the minimum standard deviation terms.
      Returns:
      the minimum standard deviation terms
      Compliance:
      mandatory - This method must be implemented.
    • getSumTerms

      DecimalRangeTerm[] getSumTerms()
      Gets the sum terms.
      Returns:
      the sum terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumSumTerms

      DecimalTerm[] getMinimumSumTerms()
      Gets the minimum sum terms.
      Returns:
      the minimum sum terms
      Compliance:
      mandatory - This method must be implemented.
    • getGradebookIdTerms

      IdTerm[] getGradebookIdTerms()
      Gets the gradebook Id terms.
      Returns:
      the gradebook Id terms
      Compliance:
      mandatory - This method must be implemented.
    • getGradebookTerms

      GradebookQueryInspector[] getGradebookTerms()
      Gets the gradebook terms.
      Returns:
      the gradebook terms
      Compliance:
      mandatory - This method must be implemented.
    • getGradebookColumnSummaryQueryInspectorRecord

      GradebookColumnSummaryQueryInspectorRecord getGradebookColumnSummaryQueryInspectorRecord(Type gradebookColumnSummaryRecordType) throws OperationFailedException
      Gets the gradebook column summary query inspector record corresponding to the given GradebookColumnSummary record Type .
      Parameters:
      gradebookColumnSummaryRecordType - a gradebook column summry record type
      Returns:
      the gradebook column summary query inspector record
      Throws:
      NullArgumentException - gradebookColumnSummaryRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(gradebookColumnSummaryRecordRecordType) is false
      Compliance:
      mandatory - This method must be implemented.