Interface GradebookColumnSummaryQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
This is the query inspector for examining gradebook column summary queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the gradebook columnIdterms.getGradebookColumnSummaryQueryInspectorRecord(Type gradebookColumnSummaryRecordType) Gets the gradebook column summary query inspector record corresponding to the givenGradebookColumnSummaryrecordType.Gets the gradebook column terms.IdTerm[]Gets the gradebookIdterms.Gets the gradebook terms.Gets the mean terms.Gets the median terms.Gets the minimum mean terms.Gets the minimum median terms.Gets the minimum mode terms.Gets the minimum rms terms.Gets the minimum standard deviation terms.Gets the minimum sum terms.Gets the mode terms.Gets the rms terms.Gets the standard deviation terms.Gets the sum terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getGradebookColumnIdTerms
IdTerm[] getGradebookColumnIdTerms()Gets the gradebook columnIdterms.- Returns:
- the gradebook column
Idterms - 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 gradebookIdterms.- Returns:
- the gradebook
Idterms - 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 givenGradebookColumnSummaryrecordType.- Parameters:
gradebookColumnSummaryRecordType- a gradebook column summry record type- Returns:
- the gradebook column summary query inspector record
- Throws:
NullArgumentException-gradebookColumnSummaryRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(gradebookColumnSummaryRecordRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-