OSID Logo
OSID Specifications
subscription package
Version 3.0.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.TypedispatchRecordTypea dispatch record type
Returnosid.subscription.records.DispatchSearchOrderRecordthe dispatch search order record
ErrorsNULL_ARGUMENTdispatchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchRecordType) is false
CompliancemandatoryThis method must be implemented.