OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.workflow.rules.ProcessProcessorSearchSession
osid.workflow.rules.ProcessProcessorSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetProcessProcessorSearchOrderRecord
Description

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

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