OSID Logo
OSID Specifications
subscription rules package
Version 3.1.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.TypedispatchConstrainerRecordType a dispatch constrainer record type
Returnosid.subscription.rules.records.DispatchConstrainerSearchOrderRecord the dispatch constrainer search order record
ErrorsNULL_ARGUMENT dispatchConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchConstrainerRecordType) is false
Compliancemandatory This method must be implemented.