Uses of Interface
org.opends.server.types.operation.PreParseExtendedOperation
-
Packages that use PreParseExtendedOperation 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 PreParseExtendedOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreParseExtendedOperation Modifier and Type Method Description PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseExtendedOperation extendedOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request. -
Uses of PreParseExtendedOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreParseExtendedOperation Modifier and Type Class Description class
ExtendedOperation
This class defines an extended operation, which can perform virtually any kind of task.Methods in org.opends.server.core with parameters of type PreParseExtendedOperation Modifier and Type Method Description PluginResult.PreParse
PluginConfigManager. invokePreParseExtendedPlugins(PreParseExtendedOperation extendedOperation)
Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.
-