Package | Description |
---|---|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
Modifier and Type | Field and Description |
---|---|
SortOrder |
VLVIndex.sortOrder
The SortOrder in use by this VLV index to sort the entries.
|
Modifier and Type | Method and Description |
---|---|
static EntryIDSet |
EntryIDSetSorter.sort(EntryContainer suffixContainer,
EntryIDSet entryIDSet,
SearchOperation searchOperation,
SortOrder sortOrder,
VLVRequestControl vlvRequest)
Creates a new entry ID set which is a sorted representation of the provided
set using the given sort order.
|
Constructor and Description |
---|
SortValues(EntryID entryID,
org.forgerock.opendj.ldap.ByteString[] values,
SortOrder sortOrder)
Creates a new sort values object with the provided information.
|
SortValues(EntryID entryID,
Entry entry,
SortOrder sortOrder)
Creates a new sort values object with the provided information.
|
Modifier and Type | Method and Description |
---|---|
SortOrder |
ServerSideSortRequestControl.getSortOrder()
Retrieves the sort order for this server-side sort request control.
|
Constructor and Description |
---|
ServerSideSortRequestControl(boolean isCritical,
SortOrder sortOrder)
Creates a new server-side sort request control with the provided
information.
|
ServerSideSortRequestControl(SortOrder sortOrder)
Creates a new server-side sort request control based on the provided sort
order.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.