OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.JobQueryInspector
Implementsosid.OsidGovernatorQueryInspector
Description

This is the query inspector for examining job queries.

MethodgetCompetencyIdTerms
Description

Gets the competency Id query terms.

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

Gets the competency query terms.

Returnosid.resourcing.CompetencyQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetWorkIdTerms
Description

Gets the work Id query terms.

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

Gets the work query terms.

Returnosid.resourcing.WorkQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAvailabilityIdTerms
Description

Gets the availability Id query terms.

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

Gets the availability query terms.

Returnosid.resourcing.AvailabilityQueryInspector[]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.
MethodgetJobQueryInspectorRecord
Description

Gets the job query inspector record corresponding to the given Job record Type.

Parametersosid.type.TypejobRecordTypea job record type
Returnosid.resourcing.records.JobQueryInspectorRecordthe job query inspector record
ErrorsNULL_ARGUMENT jobRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(jobRecordType) is false
CompliancemandatoryThis method must be implemented.