OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypestepProcessorEnablerRecordTypea step processor enabler record type
Returnosid.workflow.rules.records.StepProcessorEnablerSearchOrderRecordthe step processor enabler search order record
ErrorsNULL_ARGUMENTstepProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.