OSID Logo
OSID Specifications
lexicon package
Version 3.0.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
CompliancemandatoryThis method must be implemented.
MethodgetTextTerms
Description

Gets the text query terms.

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

Gets the idiom Id query terms.

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

Gets the idiom query terms.

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

Gets the parameter Id query terms.

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

Gets the parameter query terms.

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

Gets the ancestor press Id query terms.

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

Gets the ancestor press query terms.

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

Gets the descendant press Id query terms.

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

Gets the descendant press query terms.

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

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

Parametersosid.type.TypepressRecordTypea press record type
Returnosid.lexicon.records.PressQueryInspectorRecordthe press query inspector record
ErrorsNULL_ARGUMENTpressRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(pressRecordType) is false
CompliancemandatoryThis method must be implemented.