public interface GradeSystemQueryInspector extends OsidObjectQueryInspector, OsidAggregateableQueryInspector
This is the query inspector for examining grade system queries.
Modifier and Type | Method and Description |
---|---|
BooleanTerm[] |
getBasedOnGradesTerms()
Gets the grade-based systems terms.
|
IdTerm[] |
getGradebookColumnIdTerms()
Gets the gradebook column
Id terms. |
GradebookColumnQueryInspector[] |
getGradebookColumnTerms()
Gets the gradebook column terms.
|
IdTerm[] |
getGradebookIdTerms()
Gets the gradebook
Id terms. |
GradebookQueryInspector[] |
getGradebookTerms()
Gets the gradebook terms.
|
IdTerm[] |
getGradeIdTerms()
Gets the grade
Id terms. |
GradeSystemQueryInspectorRecord |
getGradeSystemQueryInspectorRecord(Type gradeSystemRecordType)
Gets the grade system query inspector record corresponding to the
given
GradeSystem record Type. |
GradeQueryInspector[] |
getGradeTerms()
Gets the grade terms.
|
DecimalRangeTerm[] |
getHighestNumericScoreTerms()
Gets the highest numeric score terms.
|
DecimalRangeTerm[] |
getLowestNumericScoreTerms()
Gets the lowest numeric score terms.
|
DecimalRangeTerm[] |
getNumericScoreIncrementTerms()
Gets the numeric score increment terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTerms
getIdTerms
getRecordTypeTerms
getRecordTypes, hasRecordType
getAnyTerms, getKeywordTerms
BooleanTerm[] getBasedOnGradesTerms()
mandatory
- This method must be implemented. IdTerm[] getGradeIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradeQueryInspector[] getGradeTerms()
mandatory
- This method must be implemented. DecimalRangeTerm[] getLowestNumericScoreTerms()
mandatory
- This method must be implemented. DecimalRangeTerm[] getNumericScoreIncrementTerms()
mandatory
- This method must be implemented. DecimalRangeTerm[] getHighestNumericScoreTerms()
mandatory
- This method must be implemented. IdTerm[] getGradebookColumnIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradebookColumnQueryInspector[] getGradebookColumnTerms()
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. GradeSystemQueryInspectorRecord getGradeSystemQueryInspectorRecord(Type gradeSystemRecordType) throws OperationFailedException
GradeSystem
record Type.
gradeSystemRecordType
- a grade system record typeNullArgumentException
- gradeSystemRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(gradeSystemRecordType)
is false
mandatory
- This method must be implemented.