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