Interface | osid.resourcing.JobSearchSession | ||
---|---|---|---|
Implements | osid.resourcing.JobQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Jobs may have a query record indicated by their respective
record types. The query record is accessed via the | ||
Method | getJobSearch | ||
Description |
Gets a job search. | ||
Return | osid.resourcing.JobSearch | the job search | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobSearchOrder | ||
Description |
Gets a job search order. The | ||
Return | osid.resourcing.JobSearchOrder | the job search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.resourcing.JobQuery | jobQuery | the job query |
osid.resourcing.JobSearch | jobSearch | the job search | |
Return | osid.resourcing.JobSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | jobQuery or jobSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | jobQuery or jobSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getJobQueryFromInspector | ||
Description |
Gets a job query from an inspector. The inspector is
available from a | ||
Parameters | osid.resourcing.JobQueryInspector | jobQueryInspector | a job query inspector |
Return | osid.resourcing.JobQuery | the job query | |
Errors | NULL_ARGUMENT | jobQueryInspector is null | |
UNSUPPORTED | jobQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |