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