OSID Logo
OSID Specifications
subscription rules package
Version 3.1.0
Interfaceosid.subscription.rules.DispatchConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.subscription.rules.DispatchConstrainerEnablerSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetDispatchConstrainerEnablerSearchOrderRecord
Description

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

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