Uses of Interface
org.opends.server.types.operation.PostOperationModifyDNOperation
-
Packages that use PostOperationModifyDNOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.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.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information. -
-
Uses of PostOperationModifyDNOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type PostOperationModifyDNOperation Modifier and Type Method Description abstract void
SynchronizationProvider. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
Performs any necessary synchronization processing that may be needed after the provided modify DN operation is performed. -
Uses of PostOperationModifyDNOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostOperationModifyDNOperation Modifier and Type Method Description PluginResult.PostOperation
DirectoryServerPlugin. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a modify DN operation but before the response has been sent to the client. -
Uses of PostOperationModifyDNOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostOperationModifyDNOperation Modifier and Type Class Description class
ModifyDnOperation
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.Methods in org.opends.server.core with parameters of type PostOperationModifyDNOperation Modifier and Type Method Description PluginResult.PostOperation
GroupManager. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
PluginResult.PostOperation
SubentryManager. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
PluginResult.PostOperation
PluginConfigManager. invokePostOperationModifyDNPlugins(PostOperationModifyDNOperation modifyDNOperation)
Invokes the set of post-operation modify DN plugins that have been configured in the Directory Server. -
Uses of PostOperationModifyDNOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type PostOperationModifyDNOperation Modifier and Type Method Description PluginResult.PostOperation
ChangeNumberControlPlugin. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
PluginResult.PostOperation
ReferentialIntegrityPlugin. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
PluginResult.PostOperation
UniqueAttributePlugin. doPostOperation(PostOperationModifyDNOperation modifyDnOp)
-
Uses of PostOperationModifyDNOperation in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type PostOperationModifyDNOperation Modifier and Type Method Description void
MultimasterReplication. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
-
Uses of PostOperationModifyDNOperation in org.opends.server.replication.protocol
Constructors in org.opends.server.replication.protocol with parameters of type PostOperationModifyDNOperation Constructor Description ModifyDNMsg(PostOperationModifyDNOperation operation)
Construct a new Modify DN message.
-