OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradeEntryQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Description

This is the query inspector for examining grade entry queries.

MethodgetGradebookColumnIdTerms
Description

Gets the gradebook column Id terms.

Returnosid.search.terms.IdTerm[]the gradebook column Id terms
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnTerms
Description

Gets the gradebook column terms.

Returnosid.grading.GradebookColumnQueryInspector[]the gradebook column terms
CompliancemandatoryThis method must be implemented.
MethodgetKeyResourceIdTerms
Description

Gets the key resource Id terms.

Returnosid.search.terms.IdTerm[]the key resource Id terms
CompliancemandatoryThis method must be implemented.
MethodgetKeyResourceTerms
Description

Gets the key resource terms.

Returnosid.resource.ResourceQueryInspector[]the key resource terms
CompliancemandatoryThis method must be implemented.
MethodgetDerivedTerms
Description

Gets the derived terms.

Returnosid.search.terms.BooleanTerm[]the derived terms
CompliancemandatoryThis method must be implemented.
MethodgetOverriddenGradeEntryIdTerms
Description

Gets the overridden calculated grade entry Id terms.

Returnosid.search.terms.IdTerm[]the overridden grade entry Id terms
CompliancemandatoryThis method must be implemented.
MethodgetOverriddenGradeEntryTerms
Description

Gets the overriden derived grade terms.

Returnosid.grading.GradeEntryQueryInspector[]the overridden grade entry terms
CompliancemandatoryThis method must be implemented.
MethodgetIgnoredForCalculationsTerms
Description

Gets the ignored for caluclation entries terms.

Returnosid.search.terms.BooleanTerm[]the ignored for calculation terms
CompliancemandatoryThis method must be implemented.
MethodgetGradeIdTerms
Description

Gets the grade Id terms.

Returnosid.search.terms.IdTerm[]the grade Id terms
CompliancemandatoryThis method must be implemented.
MethodgetGradeTerms
Description

Gets the grade terms.

Returnosid.grading.GradeQueryInspector[]the grade terms
CompliancemandatoryThis method must be implemented.
MethodgetScoreTerms
Description

Gets the score terms.

Returnosid.search.terms.DecimalRangeTerm[]the score terms
CompliancemandatoryThis method must be implemented.
MethodgetTimeGradedTerms
Description

Gets the time graded terms.

Returnosid.search.terms.DateTimeRangeTerm[]the time graded terms
CompliancemandatoryThis method must be implemented.
MethodgetGraderIdTerms
Description

Gets the grader Id terms.

Returnosid.search.terms.IdTerm[]the grader Id terms
CompliancemandatoryThis method must be implemented.
MethodgetGraderTerms
Description

Gets the grader terms.

Returnosid.resource.ResourceQueryInspector[]the grader terms
CompliancemandatoryThis method must be implemented.
MethodgetGradingAgentIdTerms
Description

Gets the grading agent Id terms.

Returnosid.search.terms.IdTerm[]the grading agent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetGradingAgentTerms
Description

Gets the grading agent terms.

Returnosid.authentication.AgentQueryInspector[]the grading agent terms
CompliancemandatoryThis method must be implemented.
MethodgetGradebookIdTerms
Description

Gets the gradebook Id terms.

Returnosid.search.terms.IdTerm[]the gradebook Id terms
CompliancemandatoryThis method must be implemented.
MethodgetGradebookTerms
Description

Gets the gradebook terms.

Returnosid.grading.GradebookQueryInspector[]the gradebook terms
CompliancemandatoryThis method must be implemented.
MethodgetGradeEntryQueryInspectorRecord
Description

Gets the grade entry query inspector record corresponding to the given GradeEntry record Type.

Parametersosid.type.TypegradeEntryRecordTypea grade entry record type
Returnosid.grading.records.GradeEntryQueryInspectorRecordthe grade entry query inspector record
ErrorsNULL_ARGUMENT gradeEntryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradeEntryRecordType) is false
CompliancemandatoryThis method must be implemented.