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