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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java36 public class AttrValueHistorical class
43 * Build an AttrValueHistorical for a provided AttributeValue, providing
49 public AttrValueHistorical(AttributeValue value, method in class:AttrValueHistorical
67 if (obj instanceof AttrValueHistorical)
69 AttrValueHistorical objVal = (AttrValueHistorical) obj;
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java35 public class AttrValueHistorical class
42 * Build an AttrValueHistorical for a provided AttributeValue, providing
48 public AttrValueHistorical(AttributeValue value, method in class:AttrValueHistorical
66 if (obj instanceof AttrValueHistorical)
68 AttrValueHistorical objVal = (AttrValueHistorical) obj;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java36 public class AttrValueHistorical class
43 * Build an AttrValueHistorical for a provided AttributeValue, providing
49 public AttrValueHistorical(AttributeValue value, method in class:AttrValueHistorical
67 if (obj instanceof AttrValueHistorical)
69 AttrValueHistorical objVal = (AttrValueHistorical) obj;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java36 public class AttrValueHistorical class
43 * Build an AttrValueHistorical for a provided AttributeValue, providing
49 public AttrValueHistorical(AttributeValue value, method in class:AttrValueHistorical
67 if (obj instanceof AttrValueHistorical)
69 AttrValueHistorical objVal = (AttrValueHistorical) obj;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java35 public class AttrValueHistorical class
42 * Build an AttrValueHistorical for a provided AttributeValue, providing
48 public AttrValueHistorical(AttributeValue value, method in class:AttrValueHistorical
66 if (obj instanceof AttrValueHistorical)
68 AttrValueHistorical objVal = (AttrValueHistorical) obj;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java32 /** AttrValueHistorical is the historical information of the modification of one attribute value. */
33 public class AttrValueHistorical class
40 * Build an AttrValueHistorical for a provided attribute value, providing
46 public AttrValueHistorical(ByteString value, CSN csnUpdate, CSN csnDelete) method in class:AttrValueHistorical
56 if (obj instanceof AttrValueHistorical)
58 AttrValueHistorical objVal = (AttrValueHistorical) obj;

Completed in 29 milliseconds