Uses of Record Class
org.opends.server.api.plugin.PluginResult.ImportLDIF
Packages that use PluginResult.ImportLDIF
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains the implementation for various Directory Server plugins.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of PluginResult.ImportLDIF in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginResult.ImportLDIFModifier and TypeMethodDescriptionstatic PluginResult.ImportLDIF
PluginResult.ImportLDIF.continueEntryProcessing()
Defines a continue processing LDIF import plugin result.DirectoryServerPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) Performs any necessary processing that should be done during an LDIF import operation immediately after reading an entry and confirming that it should be imported based on the provided configuration.static PluginResult.ImportLDIF
PluginResult.ImportLDIF.skipFurtherPluginProcessing()
Defines a skip further plugin processing LDIF import plugin result.static PluginResult.ImportLDIF
PluginResult.ImportLDIF.stopEntryProcessing
(LocalizableMessage errorMessage) Defines a new stop processing LDIF import plugin result. -
Uses of PluginResult.ImportLDIF in org.opends.server.core
Methods in org.opends.server.core that return PluginResult.ImportLDIFModifier and TypeMethodDescriptionPluginConfigManager.invokeLDIFImportPlugins
(LDIFImportConfig importConfig, Entry entry) Invokes the set of LDIF import plugins that have been configured in the Directory Server. -
Uses of PluginResult.ImportLDIF in org.opends.server.plugins
Methods in org.opends.server.plugins that return PluginResult.ImportLDIFModifier and TypeMethodDescriptionEntityTagPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) EntryUUIDPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) PasswordPolicyImportPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) SevenBitCleanPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) -
Uses of PluginResult.ImportLDIF in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return PluginResult.ImportLDIFModifier and TypeMethodDescriptionFractionalLDIFImportPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) See class comment for what we achieve here...