OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.IdListprocessProcessorEnablerIds list of process processor enablers
ErrorsNULL_ARGUMENT processProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderProcessProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessProcessorEnablerSearchOrderprocessProcessorEnablerSearchOrder process processor enabler search order
ErrorsNULL_ARGUMENT processProcessorEnablerSearchOrder is null
UNSUPPORTED processProcessorEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypeprocessProcessorEnablerSearchRecordType a process processor enabler search record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerSearchRecord the process processor enabler search record
ErrorsNULL_ARGUMENT processProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.