OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradeEntryQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.grading.GradeEntryQueryInspector
osid.grading.GradeEntrySearchResults
osid.grading.GradeEntrySmartGradebookSession
osid.grading.GradeQueryInspector
osid.grading.GradebookColumnQueryInspector
osid.grading.GradebookQueryInspector
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
Compliancemandatory This method must be implemented.
MethodgetGradebookColumnTerms
Description

Gets the gradebook column terms.

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

Gets the key resource Id terms.

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

Gets the key resource terms.

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

Gets the derived terms.

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

Gets the overridden calculated grade entry Id terms.

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

Gets the overriden derived grade terms.

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

Gets the ignored for caluclation entries terms.

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

Gets the grade Id terms.

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

Gets the grade terms.

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

Gets the score terms.

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

Gets the time graded terms.

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

Gets the grader Id terms.

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

Gets the grader terms.

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

Gets the grading agent Id terms.

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

Gets the grading agent terms.

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

Gets the gradebook Id terms.

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

Gets the gradebook terms.

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

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

Parametersosid.type.TypegradeEntryRecordType a grade entry record type
Returnosid.grading.records.GradeEntryQueryInspectorRecord the grade entry query inspector record
ErrorsNULL_ARGUMENT gradeEntryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeEntryRecordType) is false
Compliancemandatory This method must be implemented.