| Interface | osid.resourcing.rules.JobConstrainer | ||
|---|---|---|---|
| Implements | osid.OsidConstrainer | ||
| Used By | osid.resourcing.rules.JobConstrainerAdminSession | ||
osid.resourcing.rules.JobConstrainerList | |||
osid.resourcing.rules.JobConstrainerLookupSession | |||
| Description |
A | ||
| Method | getJobConstrainerRecord | ||
| Description |
Gets the job constrainer record corresponding to the
given | ||
| Parameters | osid.type.Type | jobConstrainerRecordType | the type of job constrainer record to retrieve |
| Return | osid.resourcing.rules.records.JobConstrainerRecord | the job constrainer record | |
| Errors | NULL_ARGUMENT | jobConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(jobConstrainerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |