OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.JobSearch
Implementsosid.OsidSearch
Used Byosid.resourcing.JobSearchSession
Description

The search interface for governing job searches.

MethodsearchAmongJobs
Description

Execute this search among the given list of jobs.

Parametersosid.id.IdListjobIds list of jobs
ErrorsNULL_ARGUMENT jobIds is null
Compliancemandatory This method must be implemented.
MethodorderJobResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.JobSearchOrderjobSearchOrder job search order
ErrorsNULL_ARGUMENT jobSearchOrder is null
UNSUPPORTED jobSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetJobSearchRecord
Description

Gets the job search 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.JobSearchRecord the job search record
ErrorsNULL_ARGUMENT jobSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(jobSearchRecordType) is false
Compliancemandatory This method must be implemented.