Uses of Class
com.atlassian.confluence.impl.audit.AuditRecordEntity
Packages that use AuditRecordEntity
Package
Description
-
Uses of AuditRecordEntity in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return AuditRecordEntityModifier and TypeMethodDescriptionstatic AuditRecordEntity
AuditRecordEntity.from
(AuditRecordEntity other) Deprecated.AuditRecordEntityFactory.fromAuditRecord
(AuditRecord auditRecord) Deprecated.Create anAuditRecordEntity
out of anAuditRecord
.AuditRecordEntityFactory.fromAuditRecordWithI18n
(AuditRecord auditRecord) Deprecated.Create anAuditRecordEntity
out of anAuditRecord
, taking into account i18n translation.AffectedObjectEntity.getParentRecord()
Deprecated.ChangedValueEntity.getParentRecord()
Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type AuditRecordEntityModifier and TypeMethodDescriptionstatic String
AuditSearchUtils.computeSearchString
(AuditRecordEntity entity) Deprecated.Compute the search string for a given AuditRecordEntitystatic AffectedObjectEntity
AffectedObjectEntity.from
(AffectedObjectEntity other, AuditRecordEntity parentRecord) Deprecated.static AuditRecordEntity
AuditRecordEntity.from
(AuditRecordEntity other) Deprecated.static ChangedValueEntity
ChangedValueEntity.from
(ChangedValueEntity other, AuditRecordEntity parentRecord) Deprecated.static AffectedObjectEntity
AffectedObjectEntity.fromAffectedObject
(AffectedObject affectedObject, AuditRecordEntity parentRecord) Deprecated.static ChangedValueEntity
ChangedValueEntity.fromChangedValue
(ChangedValue changedValue, AuditRecordEntity parentRecord) Deprecated.Constructors in com.atlassian.confluence.impl.audit with parameters of type AuditRecordEntityModifierConstructorDescriptionAffectedObjectEntity
(String name, String type, AuditRecordEntity parentRecord) Deprecated.ChangedValueEntity
(String name, String oldValue, String newValue, AuditRecordEntity parentRecord) Deprecated. -
Uses of AuditRecordEntity in com.atlassian.confluence.internal.audit
Methods in com.atlassian.confluence.internal.audit with parameters of type AuditRecordEntityModifier and TypeMethodDescriptioncom.atlassian.audit.entity.AuditEntity
AuditFormatConverter.toAuditEntity
(AuditRecordEntity dbObject, com.atlassian.audit.entity.CoverageArea defaultArea, com.atlassian.audit.entity.CoverageLevel defaultLevel) -
Uses of AuditRecordEntity in com.atlassian.confluence.internal.audit.persistence.dao
Methods in com.atlassian.confluence.internal.audit.persistence.dao that return types with arguments of type AuditRecordEntityModifier and TypeMethodDescriptionAuditRecordDao.fetchByIds
(List<Long> ids) Deprecated.Fetch all audit records with specified IdsAuditRecordDao.getRecords
(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated.Methods in com.atlassian.confluence.internal.audit.persistence.dao with parameters of type AuditRecordEntityModifier and TypeMethodDescriptionvoid
AuditRecordDao.storeRecord
(AuditRecordEntity auditRecordEntity) Deprecated.Method parameters in com.atlassian.confluence.internal.audit.persistence.dao with type arguments of type AuditRecordEntityModifier and TypeMethodDescriptionvoid
AuditRecordDao.deleteRecords
(Collection<AuditRecordEntity> auditRecords) Deprecated.Delete specified audit records -
Uses of AuditRecordEntity in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Methods in com.atlassian.confluence.internal.audit.persistence.dao.hibernate that return types with arguments of type AuditRecordEntityModifier and TypeMethodDescriptionHibernateAuditRecordDao.fetchByIds
(List<Long> ids) Deprecated.HibernateAuditRecordDao.getRecords
(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated.Methods in com.atlassian.confluence.internal.audit.persistence.dao.hibernate with parameters of type AuditRecordEntityModifier and TypeMethodDescriptionvoid
HibernateAuditRecordDao.storeRecord
(AuditRecordEntity auditRecordEntity) Deprecated.Method parameters in com.atlassian.confluence.internal.audit.persistence.dao.hibernate with type arguments of type AuditRecordEntityModifier and TypeMethodDescriptionvoid
HibernateAuditRecordDao.deleteRecords
(Collection<AuditRecordEntity> recordEntities) Deprecated.