| Interface | osid.resourcing.rules.JobConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing job constrainer searches. | ||
| Method | searchAmongJobConstrainers | ||
| Description |
Execute this search among the given list of job constrainers. | ||
| Parameters | osid.id.IdList | foundryIds | list of job constrainers |
| Errors | NULL_ARGUMENT | foundryIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderJobConstrainerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.resourcing.rules.JobConstrainerSearchOrder | jobConstrainerSearchOrder | job constrainer search order |
| Errors | NULL_ARGUMENT | jobConstrainerSearchOrder is null | |
| UNSUPPORTED | jobConstrainerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobConstrainerSearchRecord | ||
| Description |
Gets the job constrainer search 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.JobConstrainerSearchRecord | the job constrainer search record | |
| Errors | NULL_ARGUMENT | jobConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(jobConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |