| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message.controls |
| Modifier and Type | Field and Description |
|---|---|
private List<SortKey> |
SortRequestImpl.sortKeys
the list of sort keys
|
| Modifier and Type | Method and Description |
|---|---|
List<SortKey> |
SortRequest.getSortKeys() |
List<SortKey> |
SortRequestImpl.getSortKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
SortRequest.addSortKey(SortKey sortKey)
adds a sort key
|
void |
SortRequestImpl.addSortKey(SortKey skey)
adds a sort key
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortRequest.setSortKeys(List<SortKey> sortKeys)
sets the sort keys
|
void |
SortRequestImpl.setSortKeys(List<SortKey> sortKeys) |
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.