OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.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.TypejobProcessorRecordType the type of job processor record to retrieve
Returnosid.resourcing.rules.records.JobProcessorRecord the job processor record
ErrorsNULL_ARGUMENT jobProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(jobProcessorRecordType) is false
Compliancemandatory This method must be implemented.