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

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java566 * @param newEntryDn the dn of the entry to be added.
570 String newEntryDn) {
572 BasicNode childNode = new BasicNode(newEntryDn);
575 childIndex = findChildNode(parentNode, newEntryDn);
577 throw new IllegalArgumentException("Duplicate DN " + newEntryDn);
569 notifyEntryAdded(BrowserNodeInfo parentInfo, String newEntryDn) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java611 * @param newEntryDn the dn of the entry to be added.
615 String newEntryDn) {
617 BasicNode childNode = new BasicNode(newEntryDn);
620 childIndex = findChildNode(parentNode, newEntryDn);
622 throw new IllegalArgumentException("Duplicate DN " + newEntryDn);
614 notifyEntryAdded(BrowserNodeInfo parentInfo, String newEntryDn) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java611 * @param newEntryDn the dn of the entry to be added.
615 String newEntryDn) {
617 BasicNode childNode = new BasicNode(newEntryDn);
620 childIndex = findChildNode(parentNode, newEntryDn);
622 throw new IllegalArgumentException("Duplicate DN " + newEntryDn);
614 notifyEntryAdded(BrowserNodeInfo parentInfo, String newEntryDn) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java566 * @param newEntryDn the dn of the entry to be added.
570 String newEntryDn) {
572 BasicNode childNode = new BasicNode(newEntryDn);
575 childIndex = findChildNode(parentNode, newEntryDn);
577 throw new IllegalArgumentException("Duplicate DN " + newEntryDn);
569 notifyEntryAdded(BrowserNodeInfo parentInfo, String newEntryDn) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java611 * @param newEntryDn the dn of the entry to be added.
615 String newEntryDn) {
617 BasicNode childNode = new BasicNode(newEntryDn);
620 childIndex = findChildNode(parentNode, newEntryDn);
622 throw new IllegalArgumentException("Duplicate DN " + newEntryDn);
614 notifyEntryAdded(BrowserNodeInfo parentInfo, String newEntryDn) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java565 * @param newEntryDn the dn of the entry to be added.
569 String newEntryDn) {
571 BasicNode childNode = new BasicNode(newEntryDn);
574 childIndex = findChildNode(parentNode, newEntryDn);
576 throw new IllegalArgumentException("Duplicate DN " + newEntryDn);
568 notifyEntryAdded(BrowserNodeInfo parentInfo, String newEntryDn) argument

Completed in 98 milliseconds