|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.backends.jeb.EntryIDSetSorter
public class EntryIDSetSorter
This class provides a mechanism for sorting the contents of an entry ID set based on a given sort order.
| Constructor Summary | |
|---|---|
EntryIDSetSorter()
|
|
| Method Summary | |
|---|---|
static EntryIDSet |
sort(EntryContainer entryContainer,
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntryIDSetSorter()
| Method Detail |
|---|
public static EntryIDSet sort(EntryContainer entryContainer,
EntryIDSet entryIDSet,
SearchOperation searchOperation,
SortOrder sortOrder,
VLVRequestControl vlvRequest)
throws DirectoryException
entryContainer - The entry container with which the ID list is
associated.entryIDSet - The entry ID set to be sorted.searchOperation - The search operation being processed.sortOrder - The sort order to use for the entry ID set.vlvRequest - The VLV request control included in the search
request, or null if there was none.
DirectoryException - If an error occurs while performing the sort.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||