Interface | osid.grading.GradebookQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
Description |
This is the query inspector for examining gradebook 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 | getGradebookColumnIdTerms | ||
Description |
Gets the gradebook column | ||
Return | osid.search.terms.IdTerm[] | the gradebook column Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnTerms | ||
Description |
Gets the gradebook column terms. | ||
Return | osid.grading.GradebookColumnQueryInspector[] | the gradebook column terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorGradebookIdTerms | ||
Description |
Gets the ancestor gradebook | ||
Return | osid.search.terms.IdTerm[] | the ancestor gradebook Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorGradebookTerms | ||
Description |
Gets the ancestor gradebook terms. | ||
Return | osid.grading.GradebookQueryInspector[] | the ancestor gradebook terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantGradebookIdTerms | ||
Description |
Gets the descendant gradebook | ||
Return | osid.search.terms.IdTerm[] | the descendant gradebook Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantGradebookTerms | ||
Description |
Gets the descendant gradebook terms. | ||
Return | osid.grading.GradebookQueryInspector[] | the descendant gradebook terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookQueryInspectorRecord | ||
Description |
Gets the gradebook query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | gradebookRecordType | a gradebook record type |
Return | osid.grading.records.GradebookQueryInspectorRecord | the gradebook query inspector record | |
Errors | NULL_ARGUMENT | gradebookRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradebookRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |