OSID Logo
OSID Specifications
subscription package
Version 3.0.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.TypepublisherRecordTypea publisher record type
Returnosid.subscription.records.PublisherSearchOrderRecordthe publisher search order record
ErrorsNULL_ARGUMENTpublisherRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(publisherRecordType) is false
CompliancemandatoryThis method must be implemented.