| Interface | osid.resourcing.JobSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getJobSearchOrderRecord | ||
| Description |
Gets the job search order record corresponding to the
given job record | ||
| Parameters | osid.type.Type | jobRecordType | a job record type |
| Return | osid.resourcing.records.JobSearchOrderRecord | the job search order record | |
| Errors | NULL_ARGUMENT | jobRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(jobRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |