Searched refs:ModifyDnContext (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DModifyDnContext.java36 public class ModifyDnContext extends OperationContext class in inherits:OperationContext
49 public ModifyDnContext(ChangeNumber changeNumber, String entryUUID, method in class:ModifyDnContext
H A DModifyDNMsg.java71 ModifyDnContext ctx =
72 (ModifyDnContext) operation.getAttachment(SYNCHROCONTEXT);
102 super(new ModifyDnContext(changeNumber, entryUUID, newSuperiorEntryUUID),
183 ModifyDnContext ctx = new ModifyDnContext(getChangeNumber(), getEntryUUID(),
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DModifyDnContext.java35 public class ModifyDnContext extends OperationContext class in inherits:OperationContext
48 public ModifyDnContext(CSN csn, String entryUUID, String newSuperiorEntryUUID) method in class:ModifyDnContext
H A DModifyDNMsg.java64 ModifyDnContext ctx =
65 (ModifyDnContext) operation.getAttachment(SYNCHROCONTEXT);
93 super(new ModifyDnContext(csn, entryUUID, newSuperiorEntryUUID), dn);
168 ModifyDnContext ctx = new ModifyDnContext(getCSN(), getEntryUUID(),
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DModifyDnContext.java36 public class ModifyDnContext extends OperationContext class in inherits:OperationContext
49 public ModifyDnContext(ChangeNumber changeNumber, String entryUUID, method in class:ModifyDnContext
H A DModifyDNMsg.java71 ModifyDnContext ctx =
72 (ModifyDnContext) operation.getAttachment(SYNCHROCONTEXT);
102 super(new ModifyDnContext(changeNumber, entryUUID, newSuperiorEntryUUID),
183 ModifyDnContext ctx = new ModifyDnContext(getChangeNumber(), getEntryUUID(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DModifyDnContext.java36 public class ModifyDnContext extends OperationContext class in inherits:OperationContext
49 public ModifyDnContext(ChangeNumber changeNumber, String entryUUID, method in class:ModifyDnContext
H A DModifyDNMsg.java71 ModifyDnContext ctx =
72 (ModifyDnContext) operation.getAttachment(SYNCHROCONTEXT);
102 super(new ModifyDnContext(changeNumber, entryUUID, newSuperiorEntryUUID),
183 ModifyDnContext ctx = new ModifyDnContext(getChangeNumber(), getEntryUUID(),
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DModifyDnContext.java35 public class ModifyDnContext extends OperationContext class in inherits:OperationContext
48 public ModifyDnContext(CSN csn, String entryUUID, String newSuperiorEntryUUID) method in class:ModifyDnContext
H A DModifyDNMsg.java64 ModifyDnContext ctx =
65 (ModifyDnContext) operation.getAttachment(SYNCHROCONTEXT);
93 super(new ModifyDnContext(csn, entryUUID, newSuperiorEntryUUID), dn);
168 ModifyDnContext ctx = new ModifyDnContext(getCSN(), getEntryUUID(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DModifyDnContext.java35 public class ModifyDnContext extends OperationContext class in inherits:OperationContext
48 public ModifyDnContext(CSN csn, String entryUUID, String newSuperiorEntryUUID) method in class:ModifyDnContext
H A DModifyDNMsg.java65 ModifyDnContext ctx =
66 (ModifyDnContext) operation.getAttachment(SYNCHROCONTEXT);
94 super(new ModifyDnContext(csn, entryUUID, newSuperiorEntryUUID), dn);
169 ModifyDnContext ctx = new ModifyDnContext(getCSN(), getEntryUUID(),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java715 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csnGen.newCSN(), "uniqueid", "newparentId"));
809 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csnGen.newCSN(), "uniqueid", "newparentId"));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java715 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csnGen.newCSN(), "uniqueid", "newparentId"));
809 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csnGen.newCSN(), "uniqueid", "newparentId"));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplicationServerTest.java713 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csnGen.newCSN(), "uniqueid", "newparentId"));
807 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csnGen.newCSN(), "uniqueid", "newparentId"));
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java2013 ModifyDnContext ctx =
2014 (ModifyDnContext) modifyDNOperation.getAttachment(SYNCHROCONTEXT);
2079 ctx = new ModifyDnContext(changeNumber, modifiedEntryUUID, newParentId);
3058 ModifyDnContext ctx = (ModifyDnContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1797 ModifyDnContext ctx =
1798 (ModifyDnContext) modifyDNOperation.getAttachment(SYNCHROCONTEXT);
1864 ctx = new ModifyDnContext(csn, modifiedEntryUUID, newParentId);
2779 ModifyDnContext ctx = (ModifyDnContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java2034 ModifyDnContext ctx =
2035 (ModifyDnContext) modifyDNOperation.getAttachment(SYNCHROCONTEXT);
2100 ctx = new ModifyDnContext(changeNumber, modifiedEntryUUID, newParentId);
3079 ModifyDnContext ctx = (ModifyDnContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java2013 ModifyDnContext ctx =
2014 (ModifyDnContext) modifyDNOperation.getAttachment(SYNCHROCONTEXT);
2079 ctx = new ModifyDnContext(changeNumber, modifiedEntryUUID, newParentId);
3058 ModifyDnContext ctx = (ModifyDnContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1797 ModifyDnContext ctx =
1798 (ModifyDnContext) modifyDNOperation.getAttachment(SYNCHROCONTEXT);
1864 ctx = new ModifyDnContext(csn, modifiedEntryUUID, newParentId);
2779 ModifyDnContext ctx = (ModifyDnContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1772 ModifyDnContext ctx =
1773 (ModifyDnContext) modifyDNOperation.getAttachment(SYNCHROCONTEXT);
1839 ctx = new ModifyDnContext(csn, modifiedEntryUUID, newParentId);
2730 ModifyDnContext ctx = (ModifyDnContext) op.getAttachment(SYNCHROCONTEXT);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java63 import org.opends.server.replication.protocol.ModifyDnContext;
1226 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csn, testName + "uuid4", "newparentId"));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java63 import org.opends.server.replication.protocol.ModifyDnContext;
1226 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csn, testName + "uuid4", "newparentId"));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java86 import org.opends.server.replication.protocol.ModifyDnContext;
1236 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(csn, testName + "uuid4", "newparentId"));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java834 op.setAttachment(SYNCHROCONTEXT, new ModifyDnContext(cn, "uniqueid",

Completed in 404 milliseconds

12