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-plugin
Hibernate entity object for AuditRecord
Since:
5.10
  • Method Details

    • 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.