public interface SortRequest extends Control
SortKeyList ::= SEQUENCE OF SEQUENCE {
attributeType AttributeDescription,
orderingRule [0] MatchingRuleId OPTIONAL,
reverseOrder [1] BOOLEAN DEFAULT FALSE }
| Modifier and Type | Field and Description |
|---|---|
static String |
OID
the sort request control's OID
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSortKey(SortKey sortKey)
adds a sort key
|
List<SortKey> |
getSortKeys() |
void |
setSortKeys(List<SortKey> sortKeys)
sets the sort keys
|
getOid, isCritical, setCriticalstatic final String OID
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.