Searched defs:getEntryUUID (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DFakeDelOperation.java78 public String getEntryUUID() method in class:FakeDelOperation
H A DEntryHistorical.java845 String uuidString = getEntryUUID(entry);
880 public static String getEntryUUID(Entry entry) method in class:EntryHistorical
897 public static String getEntryUUID(PreOperationAddOperation op) method in class:EntryHistorical
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java81 public String getEntryUUID() method in class:OperationContext
133 (this.entryUUID.equals(ctx.getEntryUUID()))));
H A DLDAPUpdateMsg.java101 this.entryUUID = ctx.getEntryUUID();
178 public String getEntryUUID() method in class:LDAPUpdateMsg
253 byte[] byteEntryuuid = getEntryUUID().getBytes("UTF-8");
314 byte[] byteEntryuuid = getEntryUUID().getBytes("UTF-8");
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DFakeDelOperation.java75 public String getEntryUUID() method in class:FakeDelOperation
H A DEntryHistorical.java801 String uuidString = getEntryUUID(entry);
836 public static String getEntryUUID(Entry entry) method in class:EntryHistorical
853 public static String getEntryUUID(PreOperationAddOperation op) method in class:EntryHistorical
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java80 public String getEntryUUID() method in class:OperationContext
132 && this.entryUUID.equals(ctx.getEntryUUID());
H A DLDAPUpdateMsg.java89 this.entryUUID = ctx.getEntryUUID();
158 public String getEntryUUID() method in class:LDAPUpdateMsg
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DFakeDelOperation.java78 public String getEntryUUID() method in class:FakeDelOperation
H A DEntryHistorical.java845 String uuidString = getEntryUUID(entry);
880 public static String getEntryUUID(Entry entry) method in class:EntryHistorical
897 public static String getEntryUUID(PreOperationAddOperation op) method in class:EntryHistorical
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java81 public String getEntryUUID() method in class:OperationContext
133 (this.entryUUID.equals(ctx.getEntryUUID()))));
H A DLDAPUpdateMsg.java101 this.entryUUID = ctx.getEntryUUID();
178 public String getEntryUUID() method in class:LDAPUpdateMsg
253 byte[] byteEntryuuid = getEntryUUID().getBytes("UTF-8");
314 byte[] byteEntryuuid = getEntryUUID().getBytes("UTF-8");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DFakeDelOperation.java78 public String getEntryUUID() method in class:FakeDelOperation
H A DEntryHistorical.java845 String uuidString = getEntryUUID(entry);
880 public static String getEntryUUID(Entry entry) method in class:EntryHistorical
897 public static String getEntryUUID(PreOperationAddOperation op) method in class:EntryHistorical
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java81 public String getEntryUUID() method in class:OperationContext
133 (this.entryUUID.equals(ctx.getEntryUUID()))));
H A DLDAPUpdateMsg.java101 this.entryUUID = ctx.getEntryUUID();
178 public String getEntryUUID() method in class:LDAPUpdateMsg
253 byte[] byteEntryuuid = getEntryUUID().getBytes("UTF-8");
314 byte[] byteEntryuuid = getEntryUUID().getBytes("UTF-8");
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DFakeDelOperation.java75 public String getEntryUUID() method in class:FakeDelOperation
H A DEntryHistorical.java801 String uuidString = getEntryUUID(entry);
836 public static String getEntryUUID(Entry entry) method in class:EntryHistorical
853 public static String getEntryUUID(PreOperationAddOperation op) method in class:EntryHistorical
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java80 public String getEntryUUID() method in class:OperationContext
132 && this.entryUUID.equals(ctx.getEntryUUID());
H A DLDAPUpdateMsg.java89 this.entryUUID = ctx.getEntryUUID();
158 public String getEntryUUID() method in class:LDAPUpdateMsg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DFakeDelOperation.java73 public String getEntryUUID() method in class:FakeDelOperation
H A DEntryHistorical.java646 String uuidString = getEntryUUID(entry);
678 public static String getEntryUUID(Entry entry) method in class:EntryHistorical
693 public static String getEntryUUID(PreOperationAddOperation op) method in class:EntryHistorical
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DOperationContext.java76 public String getEntryUUID() method in class:OperationContext
126 && this.entryUUID.equals(ctx.getEntryUUID());
H A DLDAPUpdateMsg.java93 this.entryUUID = ctx.getEntryUUID();
162 public String getEntryUUID() method in class:LDAPUpdateMsg
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java1032 protected String getEntryUUID(DN dn) throws Exception method in class:ReplicationTestCase

Completed in 97 milliseconds

12