| Interface | osid.resourcing.rules.JobProcessorEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.resourcing.rules.JobProcessorEnablerQuerySession | ||
| Description | 
                 This session provides methods for searching among    This session defines views that offer differing behaviors for searching. 
    | ||
| Method | getJobProcessorEnablerSearch | ||
| Description | 
                     Gets a job processor enabler search.  | ||
| Return | osid.resourcing.rules.JobProcessorEnablerSearch | the job processor enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobProcessorEnablerSearchOrder | ||
| Description | 
                     Gets a job processor enabler search order. The   | ||
| Return | osid.resourcing.rules.JobProcessorEnablerSearchOrder | the job processor enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobProcessorEnablersBySearch | ||
| Description | 
                     Gets the search results matching the given search query using the given search.  | ||
| Parameters | osid.resourcing.rules.JobProcessorEnablerQuery | jobProcessorEnablerQuery | the job processor enabler query | 
osid.resourcing.rules.JobProcessorEnablerSearch | jobProcessorEnablerSearch | the job processor enabler search | |
| Return | osid.resourcing.rules.JobProcessorEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT |  jobProcessorEnablerQuery  or  jobProcessorEnablerSearch 
 is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  jobProcessorEnablerQuery  or  jobProcessorEnablerSearch 
 is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobProcessorEnablerQueryFromInspector | ||
| Description | 
                     Gets a job processor enabler query from an inspector. 
                    The inspector is available from a   | ||
| Parameters | osid.resourcing.rules.JobProcessorEnablerQueryInspector | jobProcessorEnablerQueryInspector | a job processor enabler query inspector | 
| Return | osid.resourcing.rules.JobProcessorEnablerQuery | the job processor enabler query | |
| Errors | NULL_ARGUMENT |  jobProcessorEnablerQueryInspector  is  null   |                 |
| UNSUPPORTED |  jobProcessorEnablerQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |