Class 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 Detail

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