public interface JobSearchOrder extends OsidGovernatorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
JobSearchOrderRecord |
getJobSearchOrderRecord(Type jobRecordType)
Gets the job search order record corresponding to the given job record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalgetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderJobSearchOrderRecord getJobSearchOrderRecord(Type jobRecordType) throws OperationFailedException
Type. Multiple retrievals return the same underlying
object.jobRecordType - a job record typeNullArgumentException - jobRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobRecordType) is false mandatory - This method must be implemented.