OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.IdListprocessProcessorIds list of process processors
ErrorsNULL_ARGUMENT processProcessorIds is null
Compliancemandatory This method must be implemented.
MethodorderProcessProcessorResults
Description

Specify an ordering to the search results.

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