public interface DispatchSearchOrder extends OsidGovernatorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
DispatchSearchOrderRecord |
getDispatchSearchOrderRecord(Type dispatchRecordType)
Gets the dispatch search order record corresponding to the given
dispatch record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalgetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderDispatchSearchOrderRecord getDispatchSearchOrderRecord(Type dispatchRecordType) throws OperationFailedException
dispatchRecordType - a dispatch record typeNullArgumentException - dispatchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(dispatchRecordType) is false
mandatory - This method must be implemented.