public class EntryIDSetSorter extends Object
Constructor and Description |
---|
EntryIDSetSorter() |
Modifier and Type | Method and Description |
---|---|
static EntryIDSet |
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.
|
public EntryIDSetSorter()
public static EntryIDSet sort(EntryContainer suffixContainer, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) throws DirectoryException
suffixContainer
- The suffix 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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.