Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
Modifier and Type | Method and Description |
---|---|
static LocalDBVLVIndexCfgDefn.Scope |
Converters.from(LocalDBVLVIndexCfgDefn.Scope scope)
Converts from OpenDJ server
LocalDBVLVIndexCfgDefn.Scope to
LocalDBVLVIndexCfgDefn.Scope . |
Modifier and Type | Class and Description |
---|---|
class |
IndexTypeDescriptor
Defines the set of values for the index type and provides adaptors to convert
from/to corresponding configuration classes.
|
Modifier and Type | Method and Description |
---|---|
static LocalDBVLVIndexCfgDefn.Scope |
VLVIndexDescriptor.getLocalDBVLVIndexScope(org.forgerock.opendj.ldap.SearchScope scope)
Returns the equivalent
LocalDBVLVIndexCfgDefn.Scope to the provided
search scope. |
static Set<LocalDBIndexCfgDefn.IndexType> |
IndexTypeDescriptor.toNewConfigLocalDBIndexTypes(Set<IndexTypeDescriptor> indexTypeDescriptors)
Convert the provided
Set<IndexTypeDescriptor> to a
Set<org.forgerock.opendj.server.config.meta.LocalDBIndexCfgDefn.IndexType> . |
static org.forgerock.opendj.ldap.SearchScope |
VLVIndexDescriptor.toSearchScope(LocalDBVLVIndexCfgDefn.Scope scope)
Convert the provided
LocalDBVLVIndexCfgDefn.Scope to
SearchScope . |
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.