| Interface | osid.resourcing.rules.JobConstrainerSearchSession | ||
|---|---|---|---|
| Implements | osid.resourcing.rules.JobConstrainerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getJobConstrainerSearch | ||
| Description |
Gets a job constrainer search. | ||
| Return | osid.resourcing.rules.JobConstrainerSearch | the job constrainer search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobConstrainerSearchOrder | ||
| Description |
Gets a job constrainer search order. The | ||
| Return | osid.resourcing.rules.JobConstrainerSearchOrder | the job constrainer search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobConstrainersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.resourcing.rules.JobConstrainerQuery | jobConstrainerQuery | the job constrainer query |
osid.resourcing.rules.JobConstrainerSearch | jobConstrainerSearch | the job constrainer search | |
| Return | osid.resourcing.rules.JobConstrainerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | jobConstrainerQuery or jobConstrainerSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | jobConstrainerQuery or jobConstrainerSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobConstrainerQueryFromInspector | ||
| Description |
Gets a job constrainer query from an inspector. The
inspector is available from a | ||
| Parameters | osid.resourcing.rules.JobConstrainerQueryInspector | jobConstrainerQueryInspector | a job constrainer query inspector |
| Return | osid.resourcing.rules.JobConstrainerQuery | the job constrainer query | |
| Errors | NULL_ARGUMENT | jobConstrainerQueryInspector is null | |
| UNSUPPORTED | jobConstrainerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |