Uses of Class
com.atlassian.confluence.impl.audit.AuditRecordEntity
-
-
Uses of AuditRecordEntity in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return AuditRecordEntity Modifier and Type Method Description static AuditRecordEntity
AuditRecordEntity. from(AuditRecordEntity other)
Deprecated.AuditRecordEntity
AuditRecordEntityFactory. fromAuditRecord(AuditRecord auditRecord)
Deprecated.Create anAuditRecordEntity
out of anAuditRecord
.AuditRecordEntity
AuditRecordEntityFactory. fromAuditRecordWithI18n(AuditRecord auditRecord)
Deprecated.Create anAuditRecordEntity
out of anAuditRecord
, taking into account i18n translation.AuditRecordEntity
AffectedObjectEntity. getParentRecord()
Deprecated.AuditRecordEntity
ChangedValueEntity. getParentRecord()
Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type AuditRecordEntity Modifier and Type Method Description static 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 AuditRecordEntity Constructor Description AffectedObjectEntity(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 that return AuditRecordEntity Modifier and Type Method Description AuditRecordEntity
AuditFormatConverter. toDatabaseObject(com.atlassian.audit.entity.AuditEntity entity)
Methods in com.atlassian.confluence.internal.audit with parameters of type AuditRecordEntity Modifier and Type Method Description com.atlassian.audit.entity.AuditEntity
AuditFormatConverter. toAuditEntity(AuditRecordEntity dbObject, com.atlassian.audit.entity.CoverageArea defaultArea, com.atlassian.audit.entity.CoverageLevel defaultLevel)
com.atlassian.audit.entity.AuditEvent
AuditFormatConverter. toAuditEvent(AuditRecordEntity dbObject, com.atlassian.audit.entity.CoverageArea area, com.atlassian.audit.entity.CoverageLevel level)
-
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 AuditRecordEntity Modifier and Type Method Description List<AuditRecordEntity>
AuditRecordDao. fetchByIds(List<Long> ids)
Deprecated.Fetch all audit records with specified IdsPageResponse<AuditRecordEntity>
AuditRecordDao. 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 AuditRecordEntity Modifier and Type Method Description void
AuditRecordDao. storeRecord(AuditRecordEntity auditRecordEntity)
Deprecated.Method parameters in com.atlassian.confluence.internal.audit.persistence.dao with type arguments of type AuditRecordEntity Modifier and Type Method Description void
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 AuditRecordEntity Modifier and Type Method Description List<AuditRecordEntity>
HibernateAuditRecordDao. fetchByIds(List<Long> ids)
Deprecated.PageResponse<AuditRecordEntity>
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 AuditRecordEntity Modifier and Type Method Description void
HibernateAuditRecordDao. storeRecord(AuditRecordEntity auditRecordEntity)
Deprecated.Method parameters in com.atlassian.confluence.internal.audit.persistence.dao.hibernate with type arguments of type AuditRecordEntity Modifier and Type Method Description void
HibernateAuditRecordDao. deleteRecords(Collection<AuditRecordEntity> recordEntities)
Deprecated.
-