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

An interface for specifying the ordering of search results.

MethodgetProcessEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeprocessEnablerRecordTypea process enabler record type
Returnosid.workflow.rules.records.ProcessEnablerSearchOrderRecordthe process enabler search order record
ErrorsNULL_ARGUMENT processEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(processEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.