OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.TypeprocessEnablerRecordType a process enabler record type
Returnosid.workflow.rules.records.ProcessEnablerSearchOrderRecord the process enabler search order record
ErrorsNULL_ARGUMENT processEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processEnablerRecordType) is false
Compliancemandatory This method must be implemented.