Interface | osid.resourcing.JobSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getJobs | ||
Description |
Gets the job list resulting from a search. | ||
Return | osid.resourcing.JobList | the job list | |
Errors | ILLEGAL_STATE | list already retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.resourcing.JobQueryInspector | the job query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobSearchResultsRecord | ||
Description |
Gets the job search results record corresponding to the
given job search record | ||
Parameters | osid.type.Type | jobSearchRecordType | a job search record type |
Return | osid.resourcing.records.JobSearchResultsRecord | the job search results 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. |