Searched defs:modifyDNmap (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java750 * @param modifyDNmap The map containing the modify DN old and new entry DNs.
753 private void doBaseDN(DN baseDN, Map<DN,DN> modifyDNmap) argument
755 for(Map.Entry<DN,DN> mapEntry: modifyDNmap.entrySet())
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java749 * @param modifyDNmap The map containing the modify DN old and new entry DNs.
752 private void doBaseDN(DN baseDN, Map<DN,DN> modifyDNmap) argument
754 for(Map.Entry<DN,DN> mapEntry: modifyDNmap.entrySet())
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java750 * @param modifyDNmap The map containing the modify DN old and new entry DNs.
753 private void doBaseDN(DN baseDN, Map<DN,DN> modifyDNmap) argument
755 for(Map.Entry<DN,DN> mapEntry: modifyDNmap.entrySet())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java750 * @param modifyDNmap The map containing the modify DN old and new entry DNs.
753 private void doBaseDN(DN baseDN, Map<DN,DN> modifyDNmap) argument
755 for(Map.Entry<DN,DN> mapEntry: modifyDNmap.entrySet())
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java749 * @param modifyDNmap The map containing the modify DN old and new entry DNs.
752 private void doBaseDN(DN baseDN, Map<DN,DN> modifyDNmap) argument
754 for(Map.Entry<DN,DN> mapEntry: modifyDNmap.entrySet())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java697 * @param modifyDNmap The map containing the modify DN old and new entry DNs.
700 private void doBaseDN(DN baseDN, Map<DN,DN> modifyDNmap) argument
702 for(Map.Entry<DN,DN> mapEntry: modifyDNmap.entrySet())

Completed in 805 milliseconds