OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.PressQueryInspector
Implementsosid.OsidCatalogQueryInspector
Used Byosid.lexicon.IdiomQueryInspector
osid.lexicon.ParameterQueryInspector
osid.lexicon.PressQueryInspector
osid.lexicon.PressSearchResults
osid.lexicon.TextQueryInspector
Description

This is the query inspector for examining press queries.

MethodgetTextIdTerms
Description

Gets the text Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTextTerms
Description

Gets the text query terms.

Returnosid.lexicon.TextQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetIdiomIdTerms
Description

Gets the idiom Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetIdiomTerms
Description

Gets the idiom query terms.

Returnosid.lexicon.IdiomQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetParameterIdTerms
Description

Gets the parameter Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetParameterTerms
Description

Gets the parameter query terms.

Returnosid.lexicon.ParameterQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAncestorPressIdTerms
Description

Gets the ancestor press Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAncestorPressTerms
Description

Gets the ancestor press query terms.

Returnosid.lexicon.PressQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDescendantPressIdTerms
Description

Gets the descendant press Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDescendantPressTerms
Description

Gets the descendant press query terms.

Returnosid.lexicon.PressQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetPressQueryInspectorRecord
Description

Gets the press query inspector record corresponding to the given Press record Type.

Parametersosid.type.TypepressRecordType a press record type
Returnosid.lexicon.records.PressQueryInspectorRecord the press query inspector record
ErrorsNULL_ARGUMENT pressRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pressRecordType) is false
Compliancemandatory This method must be implemented.