public interface AuditDao
Modifier and Type | Method and Description |
---|---|
void |
add(AuditLogChangesetEntity changeset)
Persists the changeset and its entries
|
long |
getAuditLogSize() |
int |
removeChangesetsOlderThan(long timestamp)
Removes the audit log entries older than specified timestamp
|
<RESULT> List<RESULT> |
search(AuditLogQuery<RESULT> query)
Searches the audit log for entries matching the specified criteria
|
void add(AuditLogChangesetEntity changeset)
changeset
- the changeset to persist<RESULT> List<RESULT> search(AuditLogQuery<RESULT> query)
query
- the search criteriaint removeChangesetsOlderThan(long timestamp)
timestamp
- the timestamplong getAuditLogSize()
Copyright © 2020 Atlassian. All rights reserved.