OSID Logo
OSID Specifications
lexicon package
Version 3.0.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.PressListthe press list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPressQueryInspector
Description

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

Returnosid.lexicon.PressQueryInspectorthe press query inspector
CompliancemandatoryThis 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.TypepressSearchRecordTypean press search record type
Returnosid.lexicon.records.PressSearchResultsRecordthe press search results record
ErrorsNULL_ARGUMENTpressSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(pressSearchRecordType) is false
CompliancemandatoryThis method must be implemented.