OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypestepConstrainerRecordTypea step constrainer record type
Returnosid.workflow.rules.records.StepConstrainerSearchOrderRecordthe step constrainer search order record
ErrorsNULL_ARGUMENTstepConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.