OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Interfaceosid.hold.rules.IssueProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.hold.rules.IssueProcessorEnablerSearchSession
Description

The search interface for governing issue processor enabler searches.

MethodsearchAmongIssueProcessorEnablers
Description

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

Parametersosid.id.IdListissueProcessorEnablerIdslist of issue processor enablers
ErrorsNULL_ARGUMENTissueProcessorEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderIssueProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.hold.rules.IssueProcessorEnablerSearchOrderissueProcessorEnablerSearchOrderissue processor enabler search order
ErrorsNULL_ARGUMENTissueProcessorEnablerSearchOrder is null
UNSUPPORTEDissueProcessorEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetIssueProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypeissueProcessorEnablerSearchRecordTypean issue processor enabler search record type
Returnosid.hold.rules.records.IssueProcessorEnablerSearchRecordthe issue processor enabler search record
ErrorsNULL_ARGUMENTissueProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.