OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.JobProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.resourcing.rules.JobProcessorEnablerAdminSession
Description

This is the form for creating and updating JobProcessorEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the JobProcessorEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetJobProcessorEnablerFormRecord
Description

Gets the JobProcessorEnablerFormRecord corresponding to the given job processor enabler record Type.

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