OSID Logo
OSID Specifications
subscription package
Version 3.1.0
Interfaceosid.subscription.PublisherSearch
Implementsosid.OsidSearch
Used Byosid.subscription.PublisherSearchSession
Description

The search interface for governing publisher searches.

MethodsearchAmongPublishers
Description

Execute this search among the given list of publishers.

Parametersosid.id.IdListpublisherIds list of publishers
ErrorsNULL_ARGUMENT publisherIds is null
Compliancemandatory This method must be implemented.
MethodorderPublisherResults
Description

Specify an ordering to the search results.

Parametersosid.subscription.PublisherSearchOrderpublishersearchOrder publisher search order
ErrorsNULL_ARGUMENT publishersearchOrder is null
UNSUPPORTED publishersearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPublisherSearchRecord
Description

Gets the publisher search 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.PublisherSearchRecord the publisher search record
ErrorsNULL_ARGUMENT publishersearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(publishersearchRecordType) is false
Compliancemandatory This method must be implemented.