OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetStepProcessorEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypestepProcessorEnablerRecordTypea step processor enabler record type
Returnosid.workflow.rules.records.StepProcessorEnablerSearchOrderRecordthe step processor enabler search order record
ErrorsNULL_ARGUMENT stepProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.