OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.JobProcessor
Implementsosid.OsidProcessor
Used Byosid.resourcing.rules.JobProcessorAdminSession
osid.resourcing.rules.JobProcessorList
osid.resourcing.rules.JobProcessorLookupSession
Description

A JobProcessor describes the rules for managing job operations.

MethodgetJobProcessorRecord
Description

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

Parametersosid.type.TypejobProcessorRecordTypethe type of job processor record to retrieve
Returnosid.resourcing.rules.records.JobProcessorRecordthe job processor record
ErrorsNULL_ARGUMENTjobProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.