OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.JobConstrainerQueryInspector
Implementsosid.OsidConstrainerQueryInspector
Used Byosid.resourcing.rules.JobConstrainerEnablerQueryInspector
osid.resourcing.rules.JobConstrainerSearchResults
osid.resourcing.rules.JobConstrainerSmartFoundrySession
Description

This is the query inspector for examining job constrainer queries.

MethodgetRuledJobIdTerms
Description

Gets the job Id query terms.

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

Gets the job query terms.

Returnosid.resourcing.JobQueryInspector[]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.
MethodgetJobConstrainerQueryInspectorRecord
Description

Gets the job constrainer query inspector record corresponding to the given JobConstrainer record Type .

Parametersosid.type.TypejobConstrainerRecordTypea job constrainer record type
Returnosid.resourcing.rules.records.JobConstrainerQueryInspectorRecordthe job constrainer query inspector record
ErrorsNULL_ARGUMENTjobConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.