OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.JobConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.resourcing.rules.JobConstrainerSearchSession
osid.resourcing.rules.JobConstrainerSmartFoundrySession
Description

An interface for specifying the ordering of search results.

MethodgetJobConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypejobConstrainerRecordTypea job constrainer record type
Returnosid.resourcing.rules.records.JobConstrainerSearchOrderRecordthe job constrainer search order record
ErrorsNULL_ARGUMENTjobConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.