public interface JobProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
JobProcessorSearchOrderRecord |
getJobProcessorSearchOrderRecord(Type jobProcessorRecordType)
Gets the job processor search order record corresponding to the given
job processor record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalJobProcessorSearchOrderRecord getJobProcessorSearchOrderRecord(Type jobProcessorRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.jobProcessorRecordType - a job processor record typeNullArgumentException - jobProcessorRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobProcessorRecordType) is false
mandatory - This method must be implemented.