OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
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_ARGUMENT stepConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.