Uses of Class
org.opends.server.types.LDIFImportResult
-
Packages that use LDIFImportResult Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks. -
-
Uses of LDIFImportResult in org.opends.server.api
Methods in org.opends.server.api that return LDIFImportResult Modifier and Type Method Description LDIFImportResult
LocalBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
Imports information from an LDIF file into this backend. -
Uses of LDIFImportResult in org.opends.server.backends
Methods in org.opends.server.backends that return LDIFImportResult Modifier and Type Method Description LDIFImportResult
ConfigurationBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
LDIFBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
MemoryBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
NullBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
RootDSEBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
SchemaBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
-
Uses of LDIFImportResult in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return LDIFImportResult Modifier and Type Method Description LDIFImportResult
BackendImpl. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
-
Uses of LDIFImportResult in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return LDIFImportResult Modifier and Type Method Description LDIFImportResult
TaskBackend. importLDIF(LDIFImportConfig importConfig, ServerContext sContext)
-