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