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 AuditRecordEntity
from(AuditRecordEntity other)
Deprecated.Set<AffectedObjectEntity>
getAssociatedObjects()
Deprecated.String
getAuthorFullName()
Deprecated.com.atlassian.sal.api.user.UserKey
getAuthorKey()
Deprecated.String
getAuthorName()
Deprecated.String
getCategory()
Deprecated.List<ChangedValueEntity>
getChangedValues()
Deprecated.Instant
getCreationDate()
Deprecated.String
getDescription()
Deprecated.long
getId()
Deprecated.String
getObjectName()
Deprecated.String
getObjectType()
Deprecated.String
getRemoteAddress()
Deprecated.String
getSearchString()
Deprecated.String
getSummary()
Deprecated.boolean
isSysAdmin()
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.
-
-