OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.workflow.rules.StepConstrainerEnablerSearchSession
osid.workflow.rules.StepConstrainerEnablerSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetStepConstrainerEnablerSearchOrderRecord
Description

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

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