public class AttrValueHistorical extends Object
Constructor and Description |
---|
AttrValueHistorical(org.forgerock.opendj.ldap.ByteString value,
CSN csnUpdate,
CSN csnDelete)
Build an AttrValueHistorical for a provided attribute value, providing
the last time the provided value is either updated or deleted.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.forgerock.opendj.ldap.ByteString |
getAttributeValue()
Get the attributeValue for which this object was generated.
|
CSN |
getValueDeleteTime()
Get the last time when the value was deleted.
|
CSN |
getValueUpdateTime()
Get the last time when the value was updated.
|
int |
hashCode() |
boolean |
isUpdate()
Check if the value associated with this object was updated.
|
String |
toString() |
public AttrValueHistorical(org.forgerock.opendj.ldap.ByteString value, CSN csnUpdate, CSN csnDelete)
value
- the provided attributeValuecsnUpdate
- last time when this value was updatedcsnDelete
- last time when this value for deletedpublic CSN getValueDeleteTime()
public CSN getValueUpdateTime()
public org.forgerock.opendj.ldap.ByteString getAttributeValue()
public boolean isUpdate()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.