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

MethodgetEndReasonIdTerms
Description

Gets the end reaosn state Id query terms.

Returnosid.search.terms.IdTerm[]the state Id terms
CompliancemandatoryThis method must be implemented.
MethodgetEndReasonTerms
Description

Gets the end reaosn state query terms.

Returnosid.process.StateQueryInspector[]the state query terms
CompliancemandatoryThis method must be implemented.