OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.workflow.rules.StepConstrainerSearchSession
osid.workflow.rules.StepConstrainerSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetStepConstrainerSearchOrderRecord
Description

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

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