OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.JobSearchOrder
Implementsosid.OsidGovernatorSearchOrder
Used Byosid.resourcing.AvailabilitySearchOrder
osid.resourcing.JobSearchSession
osid.resourcing.JobSmartFoundrySession
osid.resourcing.WorkSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetJobSearchOrderRecord
Description

Gets the job search order record corresponding to the given job record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypejobRecordType a job record type
Returnosid.resourcing.records.JobSearchOrderRecord the job search order record
ErrorsNULL_ARGUMENT jobRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(jobRecordType) is false
Compliancemandatory This method must be implemented.