Uses of Class
org.apache.directory.api.ldap.model.message.controls.SortKey
-
Packages that use SortKey Package Description org.apache.directory.api.ldap.model.message.controls -
-
Uses of SortKey in org.apache.directory.api.ldap.model.message.controls
Fields in org.apache.directory.api.ldap.model.message.controls with type parameters of type SortKey Modifier and Type Field Description private List<SortKey>SortRequestImpl. sortKeysthe list of sort keysMethods in org.apache.directory.api.ldap.model.message.controls that return types with arguments of type SortKey Modifier and Type Method Description List<SortKey>SortRequest. getSortKeys()List<SortKey>SortRequestImpl. getSortKeys()Methods in org.apache.directory.api.ldap.model.message.controls with parameters of type SortKey Modifier and Type Method Description voidSortRequest. addSortKey(SortKey sortKey)adds a sort keyvoidSortRequestImpl. addSortKey(SortKey skey)adds a sort keyMethod parameters in org.apache.directory.api.ldap.model.message.controls with type arguments of type SortKey Modifier and Type Method Description voidSortRequest. setSortKeys(List<SortKey> sortKeys)sets the sort keysvoidSortRequestImpl. setSortKeys(List<SortKey> sortKeys)
-