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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java147 public static final String MODIFYDN_DNS="modifyDNs"; field in class:ReferentialIntegrityPlugin
430 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
434 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
467 deleteOperation.setAttachment(MODIFYDN_DNS, deleteDNset);
487 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
493 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java146 public static final String MODIFYDN_DNS="modifyDNs"; field in class:ReferentialIntegrityPlugin
429 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
433 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
466 deleteOperation.setAttachment(MODIFYDN_DNS, deleteDNset);
486 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
492 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java147 public static final String MODIFYDN_DNS="modifyDNs"; field in class:ReferentialIntegrityPlugin
430 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
434 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
467 deleteOperation.setAttachment(MODIFYDN_DNS, deleteDNset);
487 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
493 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java147 public static final String MODIFYDN_DNS="modifyDNs"; field in class:ReferentialIntegrityPlugin
430 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
434 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
467 deleteOperation.setAttachment(MODIFYDN_DNS, deleteDNset);
487 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
493 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java146 public static final String MODIFYDN_DNS="modifyDNs"; field in class:ReferentialIntegrityPlugin
429 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
433 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
466 deleteOperation.setAttachment(MODIFYDN_DNS, deleteDNset);
486 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
492 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DReferentialIntegrityPlugin.java144 public static final String MODIFYDN_DNS="modifyDNs"; field in class:ReferentialIntegrityPlugin
401 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
405 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);
436 deleteOperation.setAttachment(MODIFYDN_DNS, deleteDNset);
454 (Map<DN, DN>) modifyDNOperation.getAttachment(MODIFYDN_DNS);
459 modifyDNOperation.setAttachment(MODIFYDN_DNS, modDNmap);

Completed in 35 milliseconds