Class AuditRecordEntity
- java.lang.Object
-
- com.atlassian.confluence.impl.audit.AuditRecordEntity
-
@Deprecated public class AuditRecordEntity extends Object
Deprecated.since 7.5.0. Audit records should be persisted via atlassian-audit-pluginHibernate entity object forAuditRecord- Since:
- 5.10
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AuditRecordEntityfrom(AuditRecordEntity other)Deprecated.Set<AffectedObjectEntity>getAssociatedObjects()Deprecated.StringgetAuthorFullName()Deprecated.com.atlassian.sal.api.user.UserKeygetAuthorKey()Deprecated.StringgetAuthorName()Deprecated.StringgetCategory()Deprecated.List<ChangedValueEntity>getChangedValues()Deprecated.InstantgetCreationDate()Deprecated.StringgetDescription()Deprecated.longgetId()Deprecated.StringgetObjectName()Deprecated.StringgetObjectType()Deprecated.StringgetRemoteAddress()Deprecated.StringgetSearchString()Deprecated.StringgetSummary()Deprecated.booleanisSysAdmin()Deprecated.
-
-
-
Method Detail
-
from
public static AuditRecordEntity from(AuditRecordEntity other)
Deprecated.
-
getId
public long getId()
Deprecated.
-
getCreationDate
public Instant getCreationDate()
Deprecated.
-
getSummary
public String getSummary()
Deprecated.
-
getDescription
public String getDescription()
Deprecated.
-
getCategory
public String getCategory()
Deprecated.
-
getObjectName
public String getObjectName()
Deprecated.
-
getObjectType
public String getObjectType()
Deprecated.
-
getChangedValues
public List<ChangedValueEntity> getChangedValues()
Deprecated.
-
getAssociatedObjects
public Set<AffectedObjectEntity> getAssociatedObjects()
Deprecated.
-
getRemoteAddress
public String getRemoteAddress()
Deprecated.
-
isSysAdmin
public boolean isSysAdmin()
Deprecated.
-
getSearchString
public String getSearchString()
Deprecated.
-
getAuthorFullName
public String getAuthorFullName()
Deprecated.
-
getAuthorKey
public com.atlassian.sal.api.user.UserKey getAuthorKey()
Deprecated.
-
getAuthorName
public String getAuthorName()
Deprecated.
-
-