public interface JobSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
JobQueryInspector |
getJobQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
JobList |
getJobs()
Gets the job list resulting from a search.
|
JobSearchResultsRecord |
getJobSearchResultsRecord(Type jobSearchRecordType)
Gets the job search results record corresponding to the given job
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeJobList getJobs()
IllegalStateException - list already retrievedmandatory - This method must be implemented. JobQueryInspector getJobQueryInspector()
mandatory - This method must be implemented. JobSearchResultsRecord getJobSearchResultsRecord(Type jobSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.jobSearchRecordType - a job search record typeNullArgumentException - jobSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobSearchRecordType) is false
mandatory - This method must be implemented.