| Interface | osid.resourcing.rules.JobProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getJobProcessors | ||
| Description |
Gets the | ||
| Return | osid.resourcing.rules.JobProcessorList | the job processor list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.resourcing.rules.JobProcessorQueryInspector | the job processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobProcessorSearchResultsRecord | ||
| Description |
Gets the job processor search results record
corresponding to the given job processor search record
| ||
| Parameters | osid.type.Type | jobProcessorSearchRecordType | a job processor search record type |
| Return | osid.resourcing.rules.records.JobProcessorSearchResultsRecord | the job processor search results record | |
| Errors | NULL_ARGUMENT | jobProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(jobProcessorSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |