OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.JobConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.resourcing.rules.JobConstrainerEnablerSearchSession
osid.resourcing.rules.JobConstrainerEnablerSmartFoundrySession
Description

An interface for specifying the ordering of search results.

MethodgetJobConstrainerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypejobConstrainerEnablerRecordType a job constrainer enabler record type
Returnosid.resourcing.rules.records.JobConstrainerEnablerSearchOrderRecord the job constrainer enabler search order record
ErrorsNULL_ARGUMENT jobConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(jobConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.