Interface | osid.resourcing.rules.JobProcessorSearchOrder | ||
---|---|---|---|
Implements | osid.OsidProcessorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getJobProcessorSearchOrderRecord | ||
Description |
Gets the job processor search order record
corresponding to the given job processor record | ||
Parameters | osid.type.Type | jobProcessorRecordType | a job processor record type |
Return | osid.resourcing.rules.records.JobProcessorSearchOrderRecord | the job processor search order record | |
Errors | NULL_ARGUMENT | jobProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(jobProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |