Interface | osid.grading.GradebookColumnQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
This is the query inspector for examining gradebook column 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 | 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 | getGradebookColumnSummaryTerms | ||
Description |
Gets the gradebook column summary terms. | ||
Return | osid.grading.GradebookColumnSummaryQueryInspector[] | the gradebook column summary 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 | getGradebookColumnQueryInspectorRecord | ||
Description |
Gets the gradebook column query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | gradebookColumnRecordType | a gradebook column record type |
Return | osid.grading.records.GradebookColumnQueryInspectorRecord | the gradebook column query inspector record | |
Errors | NULL_ARGUMENT | gradebookColumnRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradebookColumnRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |