OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.JobConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.resourcing.rules.JobConstrainerEnablerAdminSession
osid.resourcing.rules.JobConstrainerEnablerList
osid.resourcing.rules.JobConstrainerEnablerLookupSession
Description

A JobConstrainerEnabler describes the rules for making a JobConstrainer effective.

MethodgetJobConstrainerEnablerRecord
Description

Gets the job constrainer enabler record corresponding to the given JobConstrainerEnabler record Type. This method is used to retrieve an object implementing the requested record. The jobConstrainerEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(jobConstrainerEnablerRecordType) is true.

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