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 AuditRecordEntityAuditRecordEntity. from(AuditRecordEntity other)Deprecated.AuditRecordEntityAuditRecordEntityFactory. fromAuditRecord(AuditRecord auditRecord)Deprecated.Create anAuditRecordEntityout of anAuditRecord.AuditRecordEntityAuditRecordEntityFactory. fromAuditRecordWithI18n(AuditRecord auditRecord)Deprecated.Create anAuditRecordEntityout of anAuditRecord, taking into account i18n translation.AuditRecordEntityAffectedObjectEntity. getParentRecord()Deprecated.AuditRecordEntityChangedValueEntity. getParentRecord()Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type AuditRecordEntity Modifier and Type Method Description static 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 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 AuditRecordEntityAuditFormatConverter. 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.AuditEntityAuditFormatConverter. toAuditEntity(AuditRecordEntity dbObject, com.atlassian.audit.entity.CoverageArea defaultArea, com.atlassian.audit.entity.CoverageLevel defaultLevel)com.atlassian.audit.entity.AuditEventAuditFormatConverter. 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 voidAuditRecordDao. 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 voidAuditRecordDao. 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 voidHibernateAuditRecordDao. 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 voidHibernateAuditRecordDao. deleteRecords(Collection<AuditRecordEntity> recordEntities)Deprecated.
-