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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java437 DN newEntryDN=modifyDNOperation.getUpdatedEntry().getDN();
438 modDNmap.put(oldEntryDN, newEntryDN);
657 * @param newEntryDN The entry DN after the modify DN operation.
660 private void processModifyDN(DN oldEntryDN, DN newEntryDN) argument
664 searchBaseDN(baseDN, oldEntryDN, newEntryDN);
698 * @param newEntryDN The new entry DN that needs to be added. May be null
702 private void searchBaseDN(DN baseDN, DN oldEntryDN, DN newEntryDN) argument
738 deleteAddAttributesEntry(entry, oldEntryDN, newEntryDN);
790 * @param newEntryDN The new entry DN to add a reference to, if it is not
794 private void deleteAddAttributesEntry(Entry e, DN oldEntryDN, DN newEntryDN) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java436 DN newEntryDN=modifyDNOperation.getUpdatedEntry().getDN();
437 modDNmap.put(oldEntryDN, newEntryDN);
656 * @param newEntryDN The entry DN after the modify DN operation.
659 private void processModifyDN(DN oldEntryDN, DN newEntryDN) argument
663 searchBaseDN(baseDN, oldEntryDN, newEntryDN);
697 * @param newEntryDN The new entry DN that needs to be added. May be null
701 private void searchBaseDN(DN baseDN, DN oldEntryDN, DN newEntryDN) argument
737 deleteAddAttributesEntry(entry, oldEntryDN, newEntryDN);
789 * @param newEntryDN The new entry DN to add a reference to, if it is not
793 private void deleteAddAttributesEntry(Entry e, DN oldEntryDN, DN newEntryDN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java437 DN newEntryDN=modifyDNOperation.getUpdatedEntry().getDN();
438 modDNmap.put(oldEntryDN, newEntryDN);
657 * @param newEntryDN The entry DN after the modify DN operation.
660 private void processModifyDN(DN oldEntryDN, DN newEntryDN) argument
664 searchBaseDN(baseDN, oldEntryDN, newEntryDN);
698 * @param newEntryDN The new entry DN that needs to be added. May be null
702 private void searchBaseDN(DN baseDN, DN oldEntryDN, DN newEntryDN) argument
738 deleteAddAttributesEntry(entry, oldEntryDN, newEntryDN);
790 * @param newEntryDN The new entry DN to add a reference to, if it is not
794 private void deleteAddAttributesEntry(Entry e, DN oldEntryDN, DN newEntryDN) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java437 DN newEntryDN=modifyDNOperation.getUpdatedEntry().getDN();
438 modDNmap.put(oldEntryDN, newEntryDN);
657 * @param newEntryDN The entry DN after the modify DN operation.
660 private void processModifyDN(DN oldEntryDN, DN newEntryDN) argument
664 searchBaseDN(baseDN, oldEntryDN, newEntryDN);
698 * @param newEntryDN The new entry DN that needs to be added. May be null
702 private void searchBaseDN(DN baseDN, DN oldEntryDN, DN newEntryDN) argument
738 deleteAddAttributesEntry(entry, oldEntryDN, newEntryDN);
790 * @param newEntryDN The new entry DN to add a reference to, if it is not
794 private void deleteAddAttributesEntry(Entry e, DN oldEntryDN, DN newEntryDN) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java436 DN newEntryDN=modifyDNOperation.getUpdatedEntry().getDN();
437 modDNmap.put(oldEntryDN, newEntryDN);
656 * @param newEntryDN The entry DN after the modify DN operation.
659 private void processModifyDN(DN oldEntryDN, DN newEntryDN) argument
663 searchBaseDN(baseDN, oldEntryDN, newEntryDN);
697 * @param newEntryDN The new entry DN that needs to be added. May be null
701 private void searchBaseDN(DN baseDN, DN oldEntryDN, DN newEntryDN) argument
737 deleteAddAttributesEntry(entry, oldEntryDN, newEntryDN);
789 * @param newEntryDN The new entry DN to add a reference to, if it is not
793 private void deleteAddAttributesEntry(Entry e, DN oldEntryDN, DN newEntryDN) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java408 DN newEntryDN=modifyDNOperation.getUpdatedEntry().getName();
409 modDNmap.put(oldEntryDN, newEntryDN);
612 * @param newEntryDN The entry DN after the modify DN operation.
615 private void processModifyDN(DN oldEntryDN, DN newEntryDN) argument
619 searchBaseDN(baseDN, oldEntryDN, newEntryDN);
650 * @param newEntryDN The new entry DN that needs to be added. May be null
654 private void searchBaseDN(DN baseDN, DN oldEntryDN, DN newEntryDN) argument
685 deleteAddAttributesEntry(entry, oldEntryDN, newEntryDN);
737 * @param newEntryDN The new entry DN to add a reference to, if it is not
741 private void deleteAddAttributesEntry(Entry e, DN oldEntryDN, DN newEntryDN) argument
[all...]

Completed in 163 milliseconds