OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.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.TypejobProcessorRecordType a job processor record type
Returnosid.resourcing.rules.records.JobProcessorSearchOrderRecord the job processor search order record
ErrorsNULL_ARGUMENT jobProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(jobProcessorRecordType) is false
Compliancemandatory This method must be implemented.