OSID Logo
OSID Specifications
subscription rules package
Version 3.1.0
Interfaceosid.subscription.rules.DispatchProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.subscription.rules.DispatchProcessorEnablerSearchSession
osid.subscription.rules.DispatchProcessorEnablerSmartPublisherSession
Description

An interface for specifying the ordering of search results.

MethodgetDispatchProcessorEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypedispatchProcessorEnablerRecordType a dispatch processor enabler record type
Returnosid.subscription.rules.records.DispatchProcessorEnablerSearchOrderRecord the dispatch processor enabler search order record
ErrorsNULL_ARGUMENT dispatchProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.