public interface DirectorySearchOrder extends OsidCatalogSearchOrder, DirectoryEntrySearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
DirectorySearchOrderRecord |
getDirectorySearchOrderRecord(Type directoryRecordType)
Gets the directory search order record corresponding to the given
directory record Type.
|
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrdergetOwnerSearchOrder, orderByCreatedTime, orderByLastAccessTime, orderByModifiedTime, orderByName, orderByOwner, orderByPath, supportsOwnerSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeDirectorySearchOrderRecord getDirectorySearchOrderRecord(Type directoryRecordType) throws OperationFailedException
directoryRecordType - a directory record typeNullArgumentException - directoryRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(directoryRecordType) is false
mandatory - This method must be implemented.