OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.StepProcessorEnablerSearchSession
Description

The search interface for governing step processor enabler searches.

MethodsearchAmongStepProcessorEnablers
Description

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

Parametersosid.id.IdListstepProcessorEnablerIds list of step processor enablers
ErrorsNULL_ARGUMENT stepProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderStepProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.StepProcessorEnablerSearchOrderstepProcessorEnablerSearchOrder step processor enabler search order
ErrorsNULL_ARGUMENT stepProcessorEnablerSearchOrder is null
UNSUPPORTED stepProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetStepProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypestepProcessorEnablerSearchRecordType a step processor enabler search record type
Returnosid.workflow.rules.records.StepProcessorEnablerSearchRecord the step processor enabler search record
ErrorsNULL_ARGUMENT stepProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stepProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.