Uses of Class
org.apache.directory.api.ldap.model.message.controls.SortKey
-
Packages that use SortKey Package Description org.apache.directory.api.ldap.codec.controls.sort org.apache.directory.api.ldap.model.message.controls -
-
Uses of SortKey in org.apache.directory.api.ldap.codec.controls.sort
Methods in org.apache.directory.api.ldap.codec.controls.sort that return SortKey Modifier and Type Method Description SortKeySortRequestContainer. getCurrentKey()Methods in org.apache.directory.api.ldap.codec.controls.sort with parameters of type SortKey Modifier and Type Method Description voidSortRequestContainer. setCurrentKey(SortKey currentKey) -
Uses of SortKey in org.apache.directory.api.ldap.model.message.controls
Methods 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)
-