OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.ProcessProcessorEnablerSearchSession
Description

The search interface for governing process processor enabler searches.

MethodsearchAmongProcessProcessorEnablers
Description

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

Parametersosid.id.IdListprocessProcessorEnablerIdslist of process processor enablers
ErrorsNULL_ARGUMENTprocessProcessorEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessProcessorEnablerSearchOrderprocessProcessorEnablerSearchOrderprocess processor enabler search order
ErrorsNULL_ARGUMENTprocessProcessorEnablerSearchOrder is null
UNSUPPORTEDprocessProcessorEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProcessProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypeprocessProcessorEnablerSearchRecordTypea process processor enabler search record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerSearchRecordthe process processor enabler search record
ErrorsNULL_ARGUMENTprocessProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.