OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.ProcessProcessorSearchSession
Description

The search interface for governing process processor searches.

MethodsearchAmongProcessProcessors
Description

Execute this search among the given list of process processors.

Parametersosid.id.IdListprocessProcessorIdslist of process processors
ErrorsNULL_ARGUMENTprocessProcessorIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessProcessorSearchOrderprocessProcessorSearchOrderprocess processor search order
ErrorsNULL_ARGUMENTprocessProcessorSearchOrder is null
UNSUPPORTEDprocessProcessorSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProcessProcessorSearchRecord
Description

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

Parametersosid.type.TypeprocessProcessorSearchRecordTypea process processor search record type
Returnosid.workflow.rules.records.ProcessProcessorSearchRecordthe process processor search record
ErrorsNULL_ARGUMENTprocessProcessorSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.