OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.JobProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining job processor enabler queries.

MethodgetRuledJobProcessorIdTerms
Description

Gets the job processor Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledJobProcessorTerms
Description

Gets the job processor query terms.

Returnosid.resourcing.rules.JobProcessorQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFoundryIdTerms
Description

Gets the foundry Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFoundryTerms
Description

Gets the foundry query terms.

Returnosid.resourcing.FoundryQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetJobProcessorEnablerQueryInspectorRecord
Description

Gets the job processor enabler query inspector record corresponding to the given JobProcessorEnabler record Type.

Parametersosid.type.TypejobProcessorEnablerRecordTypea job processor enabler record type
Returnosid.resourcing.rules.records.JobProcessorEnablerQueryInspectorRecordthe job processor enabler query inspector record
ErrorsNULL_ARGUMENT jobProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(jobProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.