Uses of Interface
org.opends.server.types.operation.SubordinateModifyDNOperation
-
Packages that use SubordinateModifyDNOperation 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.org.opends.server.plugins Contains the implementation for various Directory Server plugins. -
-
Uses of SubordinateModifyDNOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type SubordinateModifyDNOperation Modifier and Type Method Description PluginResult.SubordinateModifyDN
DirectoryServerPlugin. processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn)
Performs any necessary processing that should be done whenever a subordinate entry is moved or renamed as part of a modify DN operation. -
Uses of SubordinateModifyDNOperation in org.opends.server.core
Classes in org.opends.server.core that implement SubordinateModifyDNOperation 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 SubordinateModifyDNOperation Modifier and Type Method Description PluginResult.SubordinateModifyDN
PluginConfigManager. invokeSubordinateModifyDNPlugins(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn)
Invokes the set of subordinate modify DN plugins that have been configured in the Directory Server. -
Uses of SubordinateModifyDNOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type SubordinateModifyDNOperation Modifier and Type Method Description PluginResult.SubordinateModifyDN
ReferentialIntegrityPlugin. processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Dn oldEntryDn, Dn newEntryDn)
-