OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.BankSearchResults
Implementsosid.OsidSearchResults
Used Byosid.assessment.BankSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetBanks
Description

Gets the bank list resulting from a search.

Returnosid.assessment.BankList the bank list
ErrorsILLEGAL_STATE the bank list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetBankQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.assessment.BankQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetBankSearchResultsRecord
Description

Gets the bank search results record corresponding to the given bank search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypebankSearchRecordType a bank search record type
Returnosid.assessment.records.BankSearchResultsRecord the bank search results record
ErrorsNULL_ARGUMENT bankSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bankSearchRecordType) is false
Compliancemandatory This method must be implemented.