OSID Logo
OSID Specifications
subscription rules package
Version 3.1.0
Interfaceosid.subscription.rules.DispatchEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.subscription.rules.DispatchConstrainerEnablerSmartPublisherSession
osid.subscription.rules.DispatchEnablerSearchSession
osid.subscription.rules.DispatchEnablerSmartPublisherSession
Description

An interface for specifying the ordering of search results.

MethodgetDispatchEnablerSearchOrderRecord
Description

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

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