OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.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.TypejobProcessorEnablerRecordTypethe type of job processor enabler record to retrieve
Returnosid.resourcing.rules.records.JobProcessorEnablerRecordthe job processor enabler record
ErrorsNULL_ARGUMENTjobProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.