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