OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypeprocessProcessorEnablerRecordTypea process processor enabler record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerSearchOrderRecordthe process processor enabler search order record
ErrorsNULL_ARGUMENTprocessProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.