@Deprecated public interface AuditRecordDao
Modifier and Type | Method and Description |
---|---|
void |
cleanOldRecords(Instant before)
Deprecated.
|
void |
deleteRecords(Collection<AuditRecordEntity> auditRecords)
Deprecated.
Delete specified audit records
|
List<Long> |
fetchAllRecordIds()
Deprecated.
Fetch Ids of all audit records
|
List<AuditRecordEntity> |
fetchByIds(List<Long> ids)
Deprecated.
Fetch all audit records with specified Ids
|
PageResponse<AuditRecordEntity> |
getRecords(LimitedRequest request,
Instant startDate,
Instant endDate,
boolean includeSysAdmin,
String searchString)
Deprecated.
|
void |
storeRecord(AuditRecordEntity auditRecordEntity)
Deprecated.
|
void storeRecord(AuditRecordEntity auditRecordEntity)
PageResponse<AuditRecordEntity> getRecords(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString)
List<Long> fetchAllRecordIds()
List<AuditRecordEntity> fetchByIds(List<Long> ids)
ids
- Ids of records to be fetchedvoid deleteRecords(Collection<AuditRecordEntity> auditRecords)
auditRecords
- Audit records to be deletedvoid cleanOldRecords(Instant before)
Copyright © 2003–2023 Atlassian. All rights reserved.