OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.workflow.rules.ProcessConstrainerEnablerSmartOfficeSession
osid.workflow.rules.ProcessEnablerSearchSession
osid.workflow.rules.ProcessEnablerSmartOfficeSession
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_ARGUMENTprocessEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.