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