OSID Logo
OSID Specifications
resourcing package
Version 3.0.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.IdListjobIdslist of jobs
ErrorsNULL_ARGUMENTjobIds is null
CompliancemandatoryThis method must be implemented.
MethodorderJobResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.JobSearchOrderjobSearchOrderjob search order
ErrorsNULL_ARGUMENTjobSearchOrder is null
UNSUPPORTEDjobSearchOrder 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_ARGUMENTjobSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(jobSearchRecordType) is false
CompliancemandatoryThis method must be implemented.