| Interface | osid.resourcing.rules.JobConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getJobConstrainers | ||
| Description |
Gets the | ||
| Return | osid.resourcing.rules.JobConstrainerList | the job constrainer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.resourcing.rules.JobConstrainerQueryInspector | the job constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobConstrainerSearchResultsRecord | ||
| Description |
Gets the job constrainer search results record
corresponding to the given job constrainer search record
| ||
| Parameters | osid.type.Type | jobConstrainerSearchRecordType | a job constrainer search record type |
| Return | osid.resourcing.rules.records.JobConstrainerSearchResultsRecord | the job constrainer search results record | |
| Errors | NULL_ARGUMENT | jobConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(jobConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |