Searched defs:entryuuid (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DFakeModifyOperation.java50 private String entryuuid; field in class:FakeModifyOperation
57 * @param entryuuid The unique ID of the entry on which the Operation applies.
59 public FakeModifyOperation(DN dn, ChangeNumber changenumber, String entryuuid) argument
63 this.entryuuid = entryuuid;
84 return new ModifyMsg(super.getChangeNumber(), dn, mods, entryuuid);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DFakeModifyOperation.java49 private String entryuuid; field in class:FakeModifyOperation
56 * @param entryuuid The unique ID of the entry on which the Operation applies.
58 public FakeModifyOperation(DN dn, CSN csn, String entryuuid) argument
62 this.entryuuid = entryuuid;
83 return new ModifyMsg(getCSN(), dn, mods, entryuuid);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DFakeModifyOperation.java50 private String entryuuid; field in class:FakeModifyOperation
57 * @param entryuuid The unique ID of the entry on which the Operation applies.
59 public FakeModifyOperation(DN dn, ChangeNumber changenumber, String entryuuid) argument
63 this.entryuuid = entryuuid;
84 return new ModifyMsg(super.getChangeNumber(), dn, mods, entryuuid);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DFakeModifyOperation.java50 private String entryuuid; field in class:FakeModifyOperation
57 * @param entryuuid The unique ID of the entry on which the Operation applies.
59 public FakeModifyOperation(DN dn, ChangeNumber changenumber, String entryuuid) argument
63 this.entryuuid = entryuuid;
84 return new ModifyMsg(super.getChangeNumber(), dn, mods, entryuuid);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DFakeModifyOperation.java49 private String entryuuid; field in class:FakeModifyOperation
56 * @param entryuuid The unique ID of the entry on which the Operation applies.
58 public FakeModifyOperation(DN dn, CSN csn, String entryuuid) argument
62 this.entryuuid = entryuuid;
83 return new ModifyMsg(getCSN(), dn, mods, entryuuid);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DFakeModifyOperation.java49 private String entryuuid; field in class:FakeModifyOperation
56 * @param entryuuid The unique ID of the entry on which the Operation applies.
58 public FakeModifyOperation(DN dn, CSN csn, String entryuuid) argument
62 this.entryuuid = entryuuid;
81 return new ModifyMsg(getCSN(), dn, mods, entryuuid);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java264 DirectoryServer.getAttributeType("entryuuid");
291 String entryuuid =
325 publishModify(broker, t1, dn1, entryuuid, mod);
337 publishModify(broker, t2, dn1, entryuuid, mod);
381 DN dn, String entryuuid, Modification mod)
385 ModifyMsg modMsg = new ModifyMsg(changeNum, dn, mods, entryuuid);
380 publishModify(ReplicationBroker broker, ChangeNumber changeNum, DN dn, String entryuuid, Modification mod) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java264 DirectoryServer.getAttributeType("entryuuid");
291 String entryuuid =
325 publishModify(broker, t1, dn1, entryuuid, mod);
337 publishModify(broker, t2, dn1, entryuuid, mod);
381 DN dn, String entryuuid, Modification mod)
385 ModifyMsg modMsg = new ModifyMsg(changeNum, dn, mods, entryuuid);
380 publishModify(ReplicationBroker broker, ChangeNumber changeNum, DN dn, String entryuuid, Modification mod) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java264 DirectoryServer.getAttributeType("entryuuid");
291 String entryuuid =
325 publishModify(broker, t1, dn1, entryuuid, mod);
337 publishModify(broker, t2, dn1, entryuuid, mod);
381 DN dn, String entryuuid, Modification mod)
385 ModifyMsg modMsg = new ModifyMsg(changeNum, dn, mods, entryuuid);
380 publishModify(ReplicationBroker broker, ChangeNumber changeNum, DN dn, String entryuuid, Modification mod) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java234 DirectoryServer.getAttributeType("entryuuid");
259 String entryuuid = getEntryValue(dn1, entryuuidType);
287 publishModify(broker, t1, dn1, entryuuid, attrType, "A");
297 publishModify(broker, t2, dn1, entryuuid, attrType, "B");
332 DN dn, String entryuuid, AttributeType attrType, String newValue)
338 broker.publish(new ModifyMsg(changeNum, dn, mods, entryuuid));
331 publishModify(ReplicationBroker broker, CSN changeNum, DN dn, String entryuuid, AttributeType attrType, String newValue) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java234 DirectoryServer.getAttributeType("entryuuid");
259 String entryuuid = getEntryValue(dn1, entryuuidType);
287 publishModify(broker, t1, dn1, entryuuid, attrType, "A");
297 publishModify(broker, t2, dn1, entryuuid, attrType, "B");
332 DN dn, String entryuuid, AttributeType attrType, String newValue)
338 broker.publish(new ModifyMsg(changeNum, dn, mods, entryuuid));
331 publishModify(ReplicationBroker broker, CSN changeNum, DN dn, String entryuuid, AttributeType attrType, String newValue) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DHistoricalTest.java236 final AttributeType entryuuidType = DirectoryServer.getAttributeTypeOrNull("entryuuid");
261 String entryuuid = getEntryValue(dn1, entryuuidType);
288 publishModify(broker, t1, dn1, entryuuid, attrType, "A");
292 publishModify(broker, t2, dn1, entryuuid, attrType, "B");
342 DN dn, String entryuuid, AttributeType attrType, String newValue)
346 broker.publish(new ModifyMsg(changeNum, dn, mods, entryuuid));
341 publishModify(ReplicationBroker broker, CSN changeNum, DN dn, String entryuuid, AttributeType attrType, String newValue) argument

Completed in 72 milliseconds