OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Release Candidate Preview
Interfaceosid.subscription.PublisherSearchOrder
Implementsosid.OsidCatalogSearchOrder
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_ARGUMENT publisherRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(publisherRecordType) is false
CompliancemandatoryThis method must be implemented.