OSID Logo
OSID Specifications
subscription package
Version 3.1.0
Interfaceosid.subscription.PublisherSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.subscription.PublisherSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetPublisherSearchOrderRecord
Description

Gets the publisher search order record corresponding to the given publisher record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypepublisherRecordType a publisher record type
Returnosid.subscription.records.PublisherSearchOrderRecord the publisher search order record
ErrorsNULL_ARGUMENT publisherRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(publisherRecordType) is false
Compliancemandatory This method must be implemented.