OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.JobConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypejobConstrainerEnablerRecordTypea job constrainer enabler record type
Returnosid.resourcing.rules.records.JobConstrainerEnablerSearchOrderRecordthe job constrainer enabler search order record
ErrorsNULL_ARGUMENT jobConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(jobConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.