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

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

MethodgetRuledJobConstrainerIdTerms
Description

Gets the job constrainer Id query terms.

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

Gets the job constrainer query terms.

Returnosid.resourcing.rules.JobConstrainerQueryInspector[]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.
MethodgetJobConstrainerEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypejobConstrainerEnablerRecordTypea job constrainer enabler record type
Returnosid.resourcing.rules.records.JobConstrainerEnablerQueryInspectorRecordthe job constrainer enabler query inspector record
ErrorsNULL_ARGUMENT jobConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(jobConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.