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