OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.subscription.rules.DispatchConstrainerSearchSession
osid.subscription.rules.DispatchConstrainerSmartPublisherSession
Description

An interface for specifying the ordering of search results.

MethodgetDispatchConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypedispatchConstrainerRecordTypea dispatch constrainer record type
Returnosid.subscription.rules.records.DispatchConstrainerSearchOrderRecordthe dispatch constrainer search order record
ErrorsNULL_ARGUMENTdispatchConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.