| Interface | osid.resourcing.JobSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing job searches.  | ||
| Method | searchAmongJobs | ||
| Description | 
                     Execute this search among the given list of jobs.  | ||
| Parameters | osid.id.IdList | jobIds | list of jobs | 
| Errors | NULL_ARGUMENT |  jobIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderJobResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.resourcing.JobSearchOrder | jobSearchOrder | job search order | 
| Errors | NULL_ARGUMENT |  jobSearchOrder  is  null   |                 |
| UNSUPPORTED |  jobSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobSearchRecord | ||
| Description | 
                     Gets the job search record corresponding to the given 
                    job search record   | ||
| Parameters | osid.type.Type | jobSearchRecordType | a job search record type | 
| Return | osid.resourcing.records.JobSearchRecord | the job search record | |
| Errors | NULL_ARGUMENT |  jobSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(jobSearchRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |