OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.JobProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.resourcing.rules.JobProcessorEnablerAdminSession
osid.resourcing.rules.JobProcessorEnablerList
osid.resourcing.rules.JobProcessorEnablerLookupSession
Description

A JobProcessorEnabler describes the rules for making a JobProcessor effective.

MethodgetJobProcessorEnablerRecord
Description

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

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