public class AuditRecord extends Object implements Comparable<AuditRecord>
| Constructor and Description |
|---|
AuditRecord(String userId,
int eventType,
Calendar date,
InternalQName propertyName,
javax.jcr.Value[] oldValue,
javax.jcr.Value[] newValue,
String version,
String versionName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AuditRecord otherRecord) |
Calendar |
getDate() |
int |
getEventType() |
String |
getEventTypeName() |
javax.jcr.Value[] |
getNewValues() |
javax.jcr.Value[] |
getOldValues() |
InternalQName |
getPropertyName() |
String |
getUserId() |
String |
getVersion()
Returns version UUID related to this audit record.
|
String |
getVersionName()
Returns version name related to this audit record.
|
public AuditRecord(String userId, int eventType, Calendar date, InternalQName propertyName, javax.jcr.Value[] oldValue, javax.jcr.Value[] newValue, String version, String versionName)
public Calendar getDate()
public int getEventType()
public String getUserId()
public String getEventTypeName()
public InternalQName getPropertyName()
public javax.jcr.Value[] getNewValues()
public javax.jcr.Value[] getOldValues()
public int compareTo(AuditRecord otherRecord)
compareTo in interface Comparable<AuditRecord>public String getVersion()
public String getVersionName()
Copyright © 2019 eXo Platform SAS. All Rights Reserved.