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