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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java429 Map<DN,DN>modDNmap=
431 if(modDNmap == null)
433 modDNmap=new LinkedHashMap<DN,DN>();
434 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
438 modDNmap.put(oldEntryDN, newEntryDN);
440 processModifyDN(modDNmap, (interval != 0));
486 Map<DN,DN>modDNmap=
488 if(modDNmap == null)
492 modDNmap=new LinkedHashMap<DN,DN>();
493 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
895 writeLog(Map<DN,DN> modDNmap) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java428 Map<DN,DN>modDNmap=
430 if(modDNmap == null)
432 modDNmap=new LinkedHashMap<DN,DN>();
433 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
437 modDNmap.put(oldEntryDN, newEntryDN);
439 processModifyDN(modDNmap, (interval != 0));
485 Map<DN,DN>modDNmap=
487 if(modDNmap == null)
491 modDNmap=new LinkedHashMap<DN,DN>();
492 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
894 writeLog(Map<DN,DN> modDNmap) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java429 Map<DN,DN>modDNmap=
431 if(modDNmap == null)
433 modDNmap=new LinkedHashMap<DN,DN>();
434 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
438 modDNmap.put(oldEntryDN, newEntryDN);
440 processModifyDN(modDNmap, (interval != 0));
486 Map<DN,DN>modDNmap=
488 if(modDNmap == null)
492 modDNmap=new LinkedHashMap<DN,DN>();
493 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
895 writeLog(Map<DN,DN> modDNmap) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java429 Map<DN,DN>modDNmap=
431 if(modDNmap == null)
433 modDNmap=new LinkedHashMap<DN,DN>();
434 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
438 modDNmap.put(oldEntryDN, newEntryDN);
440 processModifyDN(modDNmap, (interval != 0));
486 Map<DN,DN>modDNmap=
488 if(modDNmap == null)
492 modDNmap=new LinkedHashMap<DN,DN>();
493 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
895 writeLog(Map<DN,DN> modDNmap) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java428 Map<DN,DN>modDNmap=
430 if(modDNmap == null)
432 modDNmap=new LinkedHashMap<DN,DN>();
433 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
437 modDNmap.put(oldEntryDN, newEntryDN);
439 processModifyDN(modDNmap, (interval != 0));
485 Map<DN,DN>modDNmap=
487 if(modDNmap == null)
491 modDNmap=new LinkedHashMap<DN,DN>();
492 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
894 writeLog(Map<DN,DN> modDNmap) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java400 Map<DN,DN>modDNmap=
402 if(modDNmap == null)
404 modDNmap = new LinkedHashMap<>();
405 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
409 modDNmap.put(oldEntryDN, newEntryDN);
411 processModifyDN(modDNmap, interval != 0);
453 Map<DN,DN>modDNmap=
455 if(modDNmap == null)
458 modDNmap = new LinkedHashMap<>();
459 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
839 writeLog(Map<DN,DN> modDNmap) argument
[all...]

Completed in 48 milliseconds