Interface | osid.resourcing.rules.JobConstrainerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidConstrainerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getJobConstrainerSearchOrderRecord | ||
Description |
Gets the job constrainer search order record
corresponding to the given job constrainer record | ||
Parameters | osid.type.Type | jobConstrainerRecordType | a job constrainer record type |
Return | osid.resourcing.rules.records.JobConstrainerSearchOrderRecord | the job constrainer search order 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. |