OSID Logo
OSID Specifications
subscription rules package
Version 3.1.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.IdListdispatchConstrainerEnablerIds list of dispatch constrainer enablers
ErrorsNULL_ARGUMENT dispatchConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderDispatchConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.subscription.rules.DispatchConstrainerEnablerSearchOrderdispatchConstrainerEnablerSearchOrder dispatch constrainer enabler search order
ErrorsNULL_ARGUMENT dispatchConstrainerEnablerSearchOrder is null
UNSUPPORTED dispatchConstrainerEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypedispatchConstrainerEnablerSearchRecordType a dispatch constrainer enabler search record type
Returnosid.subscription.rules.records.DispatchConstrainerEnablerSearchRecord the dispatch constrainer enabler search record
ErrorsNULL_ARGUMENT dispatchConstrainerEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchConstrainerEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.