OSID Logo
OSID Specifications
subscription rules package
Version 3.1.0
Interfaceosid.subscription.rules.DispatchProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.subscription.rules.DispatchProcessorEnablerSearchSession
Description

The search interface for governing dispatch processor enabler searches.

MethodsearchAmongDispatchProcessorEnablers
Description

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

Parametersosid.id.IdListdispatchProcessorEnablerIds list of dispatch processor enablers
ErrorsNULL_ARGUMENT dispatchProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderDispatchProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.subscription.rules.DispatchProcessorEnablerSearchOrderdispatchProcessorEnablerSearchOrder dispatch processor enabler search order
ErrorsNULL_ARGUMENT dispatchProcessorEnablerSearchOrder is null
UNSUPPORTED dispatchProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetDispatchProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypedispatchProcessorEnablerSearchRecordType a dispatch processor enabler search record type
Returnosid.subscription.rules.records.DispatchProcessorEnablerSearchRecord the dispatch processor enabler search record
ErrorsNULL_ARGUMENT dispatchProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.