Interface | osid.grading.GradeEntryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
This is the query inspector for examining grade entry queries. | ||
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 | getKeyResourceIdTerms | ||
Description |
Gets the key resource | ||
Return | osid.search.terms.IdTerm[] | the key resource Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getKeyResourceTerms | ||
Description |
Gets the key resource terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the key resource terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDerivedTerms | ||
Description |
Gets the derived terms. | ||
Return | osid.search.terms.BooleanTerm[] | the derived terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOverriddenGradeEntryIdTerms | ||
Description |
Gets the overridden calculated grade entry | ||
Return | osid.search.terms.IdTerm[] | the overridden grade entry Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOverriddenGradeEntryTerms | ||
Description |
Gets the overriden derived grade terms. | ||
Return | osid.grading.GradeEntryQueryInspector[] | the overridden grade entry terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getIgnoredForCalculationsTerms | ||
Description |
Gets the ignored for caluclation entries terms. | ||
Return | osid.search.terms.BooleanTerm[] | the ignored for calculation terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeIdTerms | ||
Description |
Gets the grade | ||
Return | osid.search.terms.IdTerm[] | the grade Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeTerms | ||
Description |
Gets the grade terms. | ||
Return | osid.grading.GradeQueryInspector[] | the grade terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getScoreTerms | ||
Description |
Gets the score terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the score terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTimeGradedTerms | ||
Description |
Gets the time graded terms. | ||
Return | osid.search.terms.DateTimeRangeTerm[] | the time graded terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGraderIdTerms | ||
Description |
Gets the grader | ||
Return | osid.search.terms.IdTerm[] | the grader Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGraderTerms | ||
Description |
Gets the grader terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the grader terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradingAgentIdTerms | ||
Description |
Gets the grading agent | ||
Return | osid.search.terms.IdTerm[] | the grading agent Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradingAgentTerms | ||
Description |
Gets the grading agent terms. | ||
Return | osid.authentication.AgentQueryInspector[] | the grading agent 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 | getGradeEntryQueryInspectorRecord | ||
Description |
Gets the grade entry query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | gradeEntryRecordType | a grade entry record type |
Return | osid.grading.records.GradeEntryQueryInspectorRecord | the grade entry query inspector record | |
Errors | NULL_ARGUMENT | gradeEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradeEntryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |