OSID Logo
OSID Specifications
subscription package
Version 3.1.0
Interfaceosid.subscription.DispatchSearchOrder
Implementsosid.OsidGovernatorSearchOrder
Used Byosid.subscription.DispatchSearchSession
osid.subscription.DispatchSmartPublisherSession
osid.subscription.SubscriptionSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetDispatchSearchOrderRecord
Description

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

Parametersosid.type.TypedispatchRecordType a dispatch record type
Returnosid.subscription.records.DispatchSearchOrderRecord the dispatch search order record
ErrorsNULL_ARGUMENT dispatchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchRecordType) is false
Compliancemandatory This method must be implemented.