OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypestepConstrainerEnablerRecordTypea step constrainer enabler record type
Returnosid.workflow.rules.records.StepConstrainerEnablerSearchOrderRecordthe step constrainer enabler search order record
ErrorsNULL_ARGUMENT stepConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.