public interface ProcessSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
ProcessSearchOrderRecord |
getProcessSearchOrderRecord(Type processRecordType)
Gets the process search order record corresponding to the given
process record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderProcessSearchOrderRecord getProcessSearchOrderRecord(Type processRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.processRecordType - a process record typeNullArgumentException - processRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(processRecordType) is false
mandatory - This method must be implemented.