OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.JobProcessorEnabler
Implementsosid.OsidEnabler
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.TypejobProcessorEnablerRecordTypethe type of job processor enabler record to retrieve
Returnosid.resourcing.rules.records.JobProcessorEnablerRecordthe job processor enabler record
ErrorsNULL_ARGUMENT jobProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(jobProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.