Uses of Interface
org.opends.server.types.operation.PreParseDeleteOperation
-
Packages that use PreParseDeleteOperation Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PreParseDeleteOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreParseDeleteOperation Modifier and Type Method Description PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseDeleteOperation deleteOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request. -
Uses of PreParseDeleteOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreParseDeleteOperation Modifier and Type Class Description class
DeleteOperation
This class defines an operation that may be used to remove an entry from the Directory Server.Methods in org.opends.server.core with parameters of type PreParseDeleteOperation Modifier and Type Method Description PluginResult.PreParse
PluginConfigManager. invokePreParseDeletePlugins(PreParseDeleteOperation deleteOperation)
Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.
-