OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.StepProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.workflow.rules.StepProcessorSearchSession
osid.workflow.rules.StepProcessorSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetStepProcessorSearchOrderRecord
Description

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

Parametersosid.type.TypestepProcessorRecordTypea step processor record type
Returnosid.workflow.rules.records.StepProcessorSearchOrderRecordthe step processor search order record
ErrorsNULL_ARGUMENTstepProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.