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 AuditRecordEntityAuditRecordEntity.from(AuditRecordEntity other) Deprecated.AuditRecordEntityFactory.fromAuditRecord(AuditRecord auditRecord) Deprecated.Create anAuditRecordEntityout of anAuditRecord.AuditRecordEntityFactory.fromAuditRecordWithI18n(AuditRecord auditRecord) Deprecated.Create anAuditRecordEntityout 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 StringAuditSearchUtils.computeSearchString(AuditRecordEntity entity) Deprecated.Compute the search string for a given AuditRecordEntitystatic AffectedObjectEntityAffectedObjectEntity.from(AffectedObjectEntity other, AuditRecordEntity parentRecord) Deprecated.static AuditRecordEntityAuditRecordEntity.from(AuditRecordEntity other) Deprecated.static ChangedValueEntityChangedValueEntity.from(ChangedValueEntity other, AuditRecordEntity parentRecord) Deprecated.static AffectedObjectEntityAffectedObjectEntity.fromAffectedObject(AffectedObject affectedObject, AuditRecordEntity parentRecord) Deprecated.static ChangedValueEntityChangedValueEntity.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.AuditEntityAuditFormatConverter.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 TypeMethodDescriptionvoidAuditRecordDao.storeRecord(AuditRecordEntity auditRecordEntity) Deprecated.Method parameters in com.atlassian.confluence.internal.audit.persistence.dao with type arguments of type AuditRecordEntityModifier and TypeMethodDescriptionvoidAuditRecordDao.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 TypeMethodDescriptionvoidHibernateAuditRecordDao.storeRecord(AuditRecordEntity auditRecordEntity) Deprecated.Method parameters in com.atlassian.confluence.internal.audit.persistence.dao.hibernate with type arguments of type AuditRecordEntityModifier and TypeMethodDescriptionvoidHibernateAuditRecordDao.deleteRecords(Collection<AuditRecordEntity> recordEntities) Deprecated.