Searched refs:histkey (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java68 * @param histkey The key string
70 private HistAttrModificationKey(String histkey) argument
72 this.key = histkey;
78 * @param histkey the String to decode
81 public static HistAttrModificationKey decodeKey(String histkey) argument
83 if (histkey == null)
86 if (histkey.compareTo("repl") == 0)
89 if (histkey.compareTo("add") == 0)
92 if (histkey.compareTo("del") == 0)
95 if (histkey
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java67 * @param histkey The key string
69 private HistAttrModificationKey(String histkey) argument
71 this.key = histkey;
77 * @param histkey the String to decode
80 public static HistAttrModificationKey decodeKey(String histkey) argument
82 if (histkey == null)
85 if (histkey.compareTo("repl") == 0)
88 if (histkey.compareTo("add") == 0)
91 if (histkey.compareTo("del") == 0)
94 if (histkey
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java68 * @param histkey The key string
70 private HistAttrModificationKey(String histkey) argument
72 this.key = histkey;
78 * @param histkey the String to decode
81 public static HistAttrModificationKey decodeKey(String histkey) argument
83 if (histkey == null)
86 if (histkey.compareTo("repl") == 0)
89 if (histkey.compareTo("add") == 0)
92 if (histkey.compareTo("del") == 0)
95 if (histkey
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java68 * @param histkey The key string
70 private HistAttrModificationKey(String histkey) argument
72 this.key = histkey;
78 * @param histkey the String to decode
81 public static HistAttrModificationKey decodeKey(String histkey) argument
83 if (histkey == null)
86 if (histkey.compareTo("repl") == 0)
89 if (histkey.compareTo("add") == 0)
92 if (histkey.compareTo("del") == 0)
95 if (histkey
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java67 * @param histkey The key string
69 private HistAttrModificationKey(String histkey) argument
71 this.key = histkey;
77 * @param histkey the String to decode
80 public static HistAttrModificationKey decodeKey(String histkey) argument
82 if (histkey == null)
85 if (histkey.compareTo("repl") == 0)
88 if (histkey.compareTo("add") == 0)
91 if (histkey.compareTo("del") == 0)
94 if (histkey
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java56 * @param histkey The key string
58 private HistAttrModificationKey(String histkey) argument
60 this.key = histkey;
66 * @param histkey the String to decode
69 public static HistAttrModificationKey decodeKey(String histkey) argument
73 if (histKey.toString().equals(histkey))

Completed in 28 milliseconds