OSID Logo
OSID Specifications
subscription rules package
Version 3.1.0
Interfaceosid.subscription.rules.DispatchProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.subscription.rules.DispatchProcessorSearchSession
osid.subscription.rules.DispatchProcessorSmartPublisherSession
Description

An interface for specifying the ordering of search results.

MethodgetDispatchProcessorSearchOrderRecord
Description

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

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