OSID Logo
OSID Specifications
subscription rules package
Version 3.0.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.TypedispatchProcessorRecordTypea dispatch processor record type
Returnosid.subscription.rules.records.DispatchProcessorSearchOrderRecordthe dispatch processor search order record
ErrorsNULL_ARGUMENTdispatchProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.