Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<BackendIndexCfgDefn.IndexType> |
BackendIndexCfgClient.getIndexType()
Gets the "index-type" property.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendIndexCfgClient.setIndexType(Collection<BackendIndexCfgDefn.IndexType> values)
Sets the "index-type" property.
|
Modifier and Type | Method and Description |
---|---|
static BackendIndexCfgDefn.IndexType |
BackendIndexCfgDefn.IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendIndexCfgDefn.IndexType[] |
BackendIndexCfgDefn.IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumPropertyDefinition<BackendIndexCfgDefn.IndexType> |
BackendIndexCfgDefn.getIndexTypePropertyDefinition()
Get the "index-type" property definition.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<BackendIndexCfgDefn.IndexType> |
BackendIndexCfg.getIndexType()
Gets the "index-type" property.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<BackendIndexCfgDefn.IndexType> |
IndexDescriptor.getTypes()
Returns the type of indexes (equality, substring, etc.).
|
Constructor and Description |
---|
IndexDescriptor(String name,
AttributeType attr,
BackendDescriptor backend,
Set<BackendIndexCfgDefn.IndexType> types,
int entryLimit)
Constructor of the index descriptor.
|
Copyright 2010-2017 ForgeRock AS.