OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidQueryInspector
Implemented Byosid.OsidIdentifiableQueryInspector
osid.OsidExtensibleQueryInspector
osid.OsidBrowsableQueryInspector
osid.OsidTemporalQueryInspector
osid.OsidSubjugateableQueryInspector
osid.OsidAggregateableQueryInspector
osid.OsidContainableQueryInspector
osid.OsidSourceableQueryInspector
osid.OsidFederateableQueryInspector
osid.OsidOperableQueryInspector
osid.OsidCapsuleQueryInspector
osid.search.QueryInspector
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 an OsidQuery for reuse or modification in the search sessions.

MethodgetKeywordTerms
Description

Gets the keyword query terms.

Returnosid.search.terms.StringTerm[] the keyword string terms
Compliancemandatory This method must be implemented.
MethodgetAnyTerms
Description

Gets the any query terms.

Returnosid.search.terms.BooleanTerm[] the any terms
Compliancemandatory This method must be implemented.