OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.Query
Implementsosid.OsidQuery
Used Byosid.search.SearchSession
Description

This is the query interface.

MethodgetQueryRecord
Description

Gets the query record corresponding to the given Query record Type.Multiple record retrievals produce a nested boolean OR term.

Parametersosid.type.TypequeryRecordType a query record type
Returnosid.search.records.QueryRecord the query record
ErrorsNULL_ARGUMENT queryRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(queryRecordType) is false
Compliancemandatory This method must be implemented.