OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.subscription.rules.DispatchConstrainerEnablerSearchSession
Description

The search interface for governing dispatch constrainer enabler searches.

MethodsearchAmongDispatchConstrainerEnablers
Description

Execute this search among the given list of dispatch constrainer enablers.

Parametersosid.id.IdListdispatchConstrainerEnablerIdslist of dispatch constrainer enablers
ErrorsNULL_ARGUMENTdispatchConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDispatchConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.subscription.rules.DispatchConstrainerEnablerSearchOrderdispatchConstrainerEnablerSearchOrderdispatch constrainer enabler search order
ErrorsNULL_ARGUMENTdispatchConstrainerEnablerSearchOrder is null
UNSUPPORTEDdispatchConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDispatchConstrainerEnablerSearchRecord
Description

Gets the dispatch constrainer enabler search record corresponding to the given dispatch constrainer enabler search record Type . This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypedispatchConstrainerEnablerSearchRecordTypea dispatch constrainer enabler search record type
Returnosid.subscription.rules.records.DispatchConstrainerEnablerSearchRecordthe dispatch constrainer enabler search record
ErrorsNULL_ARGUMENTdispatchConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.