OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.AssessmentOfferedQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidSubjugateableQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetAssessmentIdTerms
Description

Gets the assessment Id query terms.

Returnosid.search.terms.IdTerm[]the assessment Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentTerms
Description

Gets the assessment query terms.

Returnosid.assessment.AssessmentQueryInspector[]the assessment terms
CompliancemandatoryThis method must be implemented.
MethodgetLevelIdTerms
Description

Gets the level Id query terms.

Returnosid.search.terms.IdTerm[]the level Id terms
CompliancemandatoryThis method must be implemented.
MethodgetLevelTerms
Description

Gets the level query terms.

Returnosid.grading.GradeQueryInspector[]the level terms
CompliancemandatoryThis method must be implemented.
MethodgetItemsSequentialTerms
Description

Gets the items sequential query terms.

Returnosid.search.terms.BooleanTerm[]the boolean terms
CompliancemandatoryThis method must be implemented.
MethodgetItemsShuffledTerms
Description

Gets the items shuffled query terms.

Returnosid.search.terms.BooleanTerm[]the boolean terms
CompliancemandatoryThis method must be implemented.
MethodgetStartTimeTerms
Description

Gets the start time query terms.

Returnosid.search.terms.DateTimeTerm[]the start time terms
CompliancemandatoryThis method must be implemented.
MethodgetDeadlineTerms
Description

Gets the deadline query terms.

Returnosid.search.terms.DateTimeTerm[]the deadline terms
CompliancemandatoryThis method must be implemented.
MethodgetDurationTerms
Description

Gets the deadline query terms.

Returnosid.search.terms.DurationTerm[]the duration terms
CompliancemandatoryThis method must be implemented.
MethodgetScoreSystemIdTerms
Description

Gets the grade system Id query terms.

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

Gets the grade system query terms.

Returnosid.grading.GradeSystemQueryInspector[]the grade system terms
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystemIdTerms
Description

Gets the grade system Id query terms.

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

Gets the grade system query terms.

Returnosid.grading.GradeSystemQueryInspector[]the grade system terms
CompliancemandatoryThis method must be implemented.
MethodgetRubricIdTerms
Description

Gets the assessment offered Id query terms.

Returnosid.search.terms.IdTerm[]the assessment offered Id terms
CompliancemandatoryThis method must be implemented.
MethodgetRubricTerms
Description

Gets the assessment query terms.

Returnosid.assessment.AssessmentOfferedQueryInspector[]the assessment offered terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentTakenIdTerms
Description

Gets the assessment taken Id query terms.

Returnosid.search.terms.IdTerm[]the assessment taken Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentTakenTerms
Description

Gets the assessment taken query terms.

Returnosid.assessment.AssessmentTakenQueryInspector[]the assessment taken terms
CompliancemandatoryThis method must be implemented.
MethodgetBankIdTerms
Description

Gets the bank Id query terms.

Returnosid.search.terms.IdTerm[]the bank Id terms
CompliancemandatoryThis method must be implemented.
MethodgetBankTerms
Description

Gets the bank query terms.

Returnosid.assessment.BankQueryInspector[]the bank terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentOfferedQueryInspectorRecord
Description

Gets the assessment offered query inspector record corresponding to the given AssessmentOffered record Type.

Parametersosid.type.TypeassessmentOfferedRecordTypean assessment offered record type
Returnosid.assessment.records.AssessmentOfferedQueryInspectorRecordthe assessment offered query inspector record
ErrorsNULL_ARGUMENT assessmentOfferedRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(assessmentOfferedRecordType) is false
CompliancemandatoryThis method must be implemented.