Modifier and Type | Method and Description |
---|---|
AuditRecord |
AuditRecordFactory.buildFrom(AuditRecordEntity entity,
Expansions expansions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AuditRecordEntity |
AuditRecordEntity.from(AuditRecordEntity other)
Deprecated.
|
AuditRecordEntity |
AuditRecordEntityFactory.fromAuditRecord(AuditRecord auditRecord)
Deprecated.
Create an
AuditRecordEntity out of an AuditRecord . |
AuditRecordEntity |
AuditRecordEntityFactory.fromAuditRecordWithI18n(AuditRecord auditRecord)
Deprecated.
Create an
AuditRecordEntity out of an AuditRecord , taking into account i18n translation. |
AuditRecordEntity |
AffectedObjectEntity.getParentRecord()
Deprecated.
|
AuditRecordEntity |
ChangedValueEntity.getParentRecord()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
AuditSearchUtils.computeSearchString(AuditRecordEntity entity)
Deprecated.
Compute the search string for a given AuditRecordEntity
|
static 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.
|
Constructor and Description |
---|
AffectedObjectEntity(String name,
String type,
AuditRecordEntity parentRecord)
Deprecated.
|
ChangedValueEntity(String name,
String oldValue,
String newValue,
AuditRecordEntity parentRecord)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuditRecordEntity |
AuditFormatConverter.toDatabaseObject(com.atlassian.audit.entity.AuditEntity entity) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<AuditRecordEntity> |
AuditRecordDao.fetchByIds(List<Long> ids)
Deprecated.
Fetch all audit records with specified Ids
|
PageResponse<AuditRecordEntity> |
AuditRecordDao.getRecords(LimitedRequest request,
Instant startDate,
Instant endDate,
boolean includeSysAdmin,
String searchString)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditRecordDao.storeRecord(AuditRecordEntity auditRecordEntity)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditRecordDao.deleteRecords(Collection<AuditRecordEntity> auditRecords)
Deprecated.
Delete specified audit records
|
Modifier and Type | Method and Description |
---|---|
List<AuditRecordEntity> |
HibernateAuditRecordDao.fetchByIds(List<Long> ids)
Deprecated.
|
PageResponse<AuditRecordEntity> |
HibernateAuditRecordDao.getRecords(LimitedRequest request,
Instant startDate,
Instant endDate,
boolean includeSysAdmin,
String searchString)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HibernateAuditRecordDao.storeRecord(AuditRecordEntity auditRecordEntity)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HibernateAuditRecordDao.deleteRecords(Collection<AuditRecordEntity> recordEntities)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.