OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Interfaceosid.subscription.PublisherSearchResults
Implementsosid.OsidSearchResults
Used Byosid.subscription.PublisherSearchSession
Description

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

MethodgetPublishers
Description

Gets the publisher list resulting from a search.

Returnosid.subscription.PublisherListthe publisher list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPublisherQueryInspector
Description

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

Returnosid.subscription.PublisherQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetPublisherSearchResultsRecord
Description

Gets the publisher search results record corresponding to the given publisher search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypepublisherSearchRecordTypea publisher search record type
Returnosid.subscription.records.PublisherSearchResultsRecordthe publisher search results record
ErrorsNULL_ARGUMENTpublisherSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(publisherSearchRecordType) is false
CompliancemandatoryThis method must be implemented.