OSID Logo
OSID Specifications
osid package
Version 3.0.0
Interfaceosid.OsidEffectuatorQueryInspector
Implementsosid.OsidEnablerQueryInspector
Implemented Byosid.authorization.rules.AuthorizationEnablerQueryInspector
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.

MethodgetCreateOnceTerms
Description

Gets the create once gap query terms.

Returnosid.search.terms.BooleanTerm[]the create once gap terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumContinuityGapTerms
Description

Gets the minimum continuity gap query terms.

Returnosid.search.terms.DurationRangeTerm[]the minimum continuity gap terms
CompliancemandatoryThis method must be implemented.