OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.PressSearchResults
Implementsosid.OsidSearchResults
Used Byosid.lexicon.PressSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetPresses
Description

Gets the press list resulting from a search.

Returnosid.lexicon.PressList the press list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetPressQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.lexicon.PressQueryInspector the press query inspector
Compliancemandatory This method must be implemented.
MethodgetPressSearchResultsRecord
Description

Gets the press search results record corresponding to the given press search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypepressSearchRecordType an press search record type
Returnosid.lexicon.records.PressSearchResultsRecord the press search results record
ErrorsNULL_ARGUMENT pressSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pressSearchRecordType) is false
Compliancemandatory This method must be implemented.