OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.BankQueryInspector
Implementsosid.OsidCatalogQueryInspector
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.

MethodgetItemIdTerms
Description

Gets the item Id query terms.

Returnosid.search.terms.IdTerm[]the item Id terms
CompliancemandatoryThis method must be implemented.
MethodgetItemTerms
Description

Gets the item query terms.

Returnosid.assessment.ItemQueryInspector[]the item query terms
CompliancemandatoryThis method must be implemented.
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.
MethodgetAssessmentOfferedIdTerms
Description

Gets the assessment offered Id query terms.

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

Gets the assessment offered query terms.

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

Gets the ancestor bank Id query terms.

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

Gets the ancestor bank query terms.

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

Gets the descendant bank Id query terms.

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

Gets the descendant bank query terms.

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

Gets the bank query inspector record corresponding to the given Bank record Type.

Parametersosid.type.TypebankRecordTypea bank record type
Returnosid.assessment.records.BankQueryInspectorRecordthe bank query inspector record
ErrorsNULL_ARGUMENT bankRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bankRecordType) is false
CompliancemandatoryThis method must be implemented.