OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.workflow.rules.StepProcessorEnablerSearchSession
osid.workflow.rules.StepProcessorEnablerSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetStepProcessorEnablerSearchOrderRecord
Description

Gets the step processor enabler search order record corresponding to the given step processor enabler record Type. Multiple retrievals return the same underlying object.

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