OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.JobSearch
Implementsosid.OsidSearch
Description

The search interface for governing job searches.

MethodsearchAmongJobs
Description

Execute this search among the given list of jobs.

Parametersosid.id.IdListjobIdslist of jobs
ErrorsNULL_ARGUMENT jobIds is null
CompliancemandatoryThis method must be implemented.
MethodorderJobResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.JobSearchOrderjobSearchOrderjob search order
ErrorsNULL_ARGUMENT jobSearchOrder is null
UNSUPPORTED jobSearchOrder is not of this service
CompliancemandatoryThis 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.TypejobSearchRecordTypea job search record type
Returnosid.resourcing.records.JobSearchRecordthe job search record
ErrorsNULL_ARGUMENT jobSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(jobSearchRecordType) is false
CompliancemandatoryThis method must be implemented.