OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.OsidRuleQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidOperableQueryInspector
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.

MethodgetRuleIdTerms
Description

Gets the rule Id query terms.

Returnosid.search.terms.IdTerm[]the rule Id terms
CompliancemandatoryThis method must be implemented.
MethodgetRuleTerms
Description

Gets the rule query terms.

Returnosid.rules.RuleQueryInspector[]the rule query terms
CompliancemandatoryThis method must be implemented.