Interface | osid.grading.GradeQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
Description |
This is the query inspector for examining grade queries. | ||
Method | getGradeSystemIdTerms | ||
Description |
Gets the grade system | ||
Return | osid.search.terms.IdTerm[] | the grade system Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemTerms | ||
Description |
Gets the grade system terms. | ||
Return | osid.grading.GradeSystemQueryInspector[] | the grade system terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputScoreStartRangeTerms | ||
Description |
Gets the input score start range terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the input score start range terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputScoreEndRangeTerms | ||
Description |
Gets the input score end range terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the input score end range terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputScoreTerms | ||
Description |
Gets the input score terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the input score range terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOutputScoreTerms | ||
Description |
Gets the output score terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the output score terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntryIdTerms | ||
Description |
Gets the grade entry | ||
Return | osid.search.terms.IdTerm[] | the grade entry Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntryTerms | ||
Description |
Gets the grade entry terms. | ||
Return | osid.grading.GradeEntryQueryInspector[] | the grade entry terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookIdTerms | ||
Description |
Gets the gradebook | ||
Return | osid.search.terms.IdTerm[] | the gradebook Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookTerms | ||
Description |
Gets the gradebook terms. | ||
Return | osid.grading.GradebookQueryInspector[] | the gradebook terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeQueryInspectorRecord | ||
Description |
Gets the grade query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | gradeRecordType | a grade record type |
Return | osid.grading.records.GradeQueryInspectorRecord | the grade query inspector record | |
Errors | NULL_ARGUMENT | gradeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradeRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |