public interface OsidIdentifiableQueryInspector extends OsidQueryInspector
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.
Modifier and Type | Method and Description |
---|---|
IdTerm[] |
getIdTerms()
Gets the
Id query terms. |
getAnyTerms, getKeywordTerms
IdTerm[] getIdTerms()
Id
query terms. Id
termsmandatory
- This method must be implemented.