OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.JobProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.resourcing.rules.JobProcessorEnablerSearchSession
osid.resourcing.rules.JobProcessorEnablerSmartFoundrySession
Description

An interface for specifying the ordering of search results.

MethodgetJobProcessorEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypejobProcessorEnablerRecordTypea job processor enabler record type
Returnosid.resourcing.rules.records.JobProcessorEnablerSearchOrderRecordthe job processor enabler search order record
ErrorsNULL_ARGUMENTjobProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.