OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.workflow.rules.ProcessProcessorEnablerSearchSession
osid.workflow.rules.ProcessProcessorEnablerSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetProcessProcessorEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeprocessProcessorEnablerRecordType a process processor enabler record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerSearchOrderRecord the process processor enabler search order record
ErrorsNULL_ARGUMENT processProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.