OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepProcessorSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.StepProcessorSearchSession
Description

The search interface for governing step processor searches.

MethodsearchAmongStepProcessors
Description

Execute this search among the given list of step processors.

Parametersosid.id.IdListofficeIds list of step processors
ErrorsNULL_ARGUMENT officeIds is null
Compliancemandatory This method must be implemented.
MethodorderStepProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.StepProcessorSearchOrderstepProcessorSearchOrder step processor search order
ErrorsNULL_ARGUMENT stepProcessorSearchOrder is null
UNSUPPORTED stepProcessorSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetStepProcessorSearchRecord
Description

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

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