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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java587 * @param modDNMap The map of old entry and new entry DNs from the modify
595 private void processModifyDN(Map<DN, DN> modDNMap, boolean log) argument
597 if(modDNMap != null)
601 writeLog(modDNMap);
607 doBaseDN(baseDN, modDNMap);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java586 * @param modDNMap The map of old entry and new entry DNs from the modify
594 private void processModifyDN(Map<DN, DN> modDNMap, boolean log) argument
596 if(modDNMap != null)
600 writeLog(modDNMap);
606 doBaseDN(baseDN, modDNMap);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java587 * @param modDNMap The map of old entry and new entry DNs from the modify
595 private void processModifyDN(Map<DN, DN> modDNMap, boolean log) argument
597 if(modDNMap != null)
601 writeLog(modDNMap);
607 doBaseDN(baseDN, modDNMap);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java587 * @param modDNMap The map of old entry and new entry DNs from the modify
595 private void processModifyDN(Map<DN, DN> modDNMap, boolean log) argument
597 if(modDNMap != null)
601 writeLog(modDNMap);
607 doBaseDN(baseDN, modDNMap);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java586 * @param modDNMap The map of old entry and new entry DNs from the modify
594 private void processModifyDN(Map<DN, DN> modDNMap, boolean log) argument
596 if(modDNMap != null)
600 writeLog(modDNMap);
606 doBaseDN(baseDN, modDNMap);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java542 * @param modDNMap The map of old entry and new entry DNs from the modify
550 private void processModifyDN(Map<DN, DN> modDNMap, boolean log) argument
552 if(modDNMap != null)
556 writeLog(modDNMap);
562 doBaseDN(baseDN, modDNMap);

Completed in 35 milliseconds