OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.JobProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.resourcing.rules.JobProcessorSearchSession
osid.resourcing.rules.JobProcessorSmartFoundrySession
Description

An interface for specifying the ordering of search results.

MethodgetJobProcessorSearchOrderRecord
Description

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

Parametersosid.type.TypejobProcessorRecordTypea job processor record type
Returnosid.resourcing.rules.records.JobProcessorSearchOrderRecordthe job processor search order record
ErrorsNULL_ARGUMENTjobProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.