Uses of Record Class
org.opends.server.api.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionBackendImpl.importLDIF
(LDIFImportConfig importConfig, ServerContext serverContext) -
Uses of LocalBackend.LDIFImportResult in org.opends.server.backends.task
Modifier and TypeMethodDescriptionTaskBackend.importLDIF
(LDIFImportConfig importConfig, ServerContext sContext)