OSID Logo
OSID Specifications
subscription package
Version 3.1.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.PublisherList the publisher list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetPublisherQueryInspector
Description

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

Returnosid.subscription.PublisherQueryInspector the query inspector
Compliancemandatory This 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.TypepublisherSearchRecordType a publisher search record type
Returnosid.subscription.records.PublisherSearchResultsRecord the publisher search results record
ErrorsNULL_ARGUMENT publisherSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(publisherSearchRecordType) is false
Compliancemandatory This method must be implemented.