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