OSID Logo
OSID Specifications
lexicon package
Version 3.0.0
Interfaceosid.lexicon.PressSearch
Implementsosid.OsidSearch
Used Byosid.lexicon.PressSearchSession
Description

The search interface for governing press searches.

MethodsearchAmongPresses
Description

Execute this search among the given list of presses.

Parametersosid.id.IdListpressIdslist of presses
ErrorsNULL_ARGUMENTpressIds is null
CompliancemandatoryThis method must be implemented.
MethodorderPressResults
Description

Specify an ordering to the search results.

Parametersosid.lexicon.PressSearchOrderpressSearchOrderpress search order
ErrorsNULL_ARGUMENTpressSearchOrder is null
UNSUPPORTEDpressSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetPressSearchRecord
Description

Gets the press search 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.PressSearchRecordthe press search record
ErrorsNULL_ARGUMENTpressSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(pressSearchRecordType) is false
CompliancemandatoryThis method must be implemented.