| Package | Description |
|---|---|
| org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
| org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
| Modifier and Type | Method and Description |
|---|---|
List<VLVSortOrder> |
VLVIndexDescriptor.getSortOrder()
Returns the sort order list of the VLV index.
|
| Constructor and Description |
|---|
VLVIndexDescriptor(String name,
BackendDescriptor backend,
DN baseDN,
org.forgerock.opendj.ldap.SearchScope scope,
String filter,
List<VLVSortOrder> sortOrder)
Constructor for the VLVIndexDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<VLVSortOrder> |
ConfigReader.getVLVSortOrder(String s)
Method that transforms the VLV sort order value as it is defined in the
schema to a list of VLVSortOrder objects.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.