OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.workflow.rules.StepEnablerSearchSession
osid.workflow.rules.StepEnablerSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetStepEnablerSearchOrderRecord
Description

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

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