OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.JobSearchResults
Implementsosid.OsidSearchResults
Used Byosid.resourcing.JobSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetJobs
Description

Gets the job list resulting from a search.

Returnosid.resourcing.JobList the job list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetJobQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.resourcing.JobQueryInspector the job query inspector
Compliancemandatory This method must be implemented.
MethodgetJobSearchResultsRecord
Description

Gets the job search results record corresponding to the given job search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypejobSearchRecordType a job search record type
Returnosid.resourcing.records.JobSearchResultsRecord the job search results record
ErrorsNULL_ARGUMENT jobSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(jobSearchRecordType) is false
Compliancemandatory This method must be implemented.