public interface AuditingStore
Modifier and Type | Method and Description |
---|---|
long |
countRecords(Long maxId,
Long sinceId,
boolean includeSysAdminActions) |
long |
countRecordsOlderThan(long timestamp) |
Records |
getRecords(Long maxId,
Long sinceId,
Integer maxResults,
Integer offset,
AuditingFilter filter,
boolean includeSysAdminActions) |
long |
removeRecordsOlderThan(long timestamp) |
void |
storeRecord(AuditingCategory category,
String categoryName,
String summaryI18nKey,
String eventSource,
ApplicationUser author,
String remoteAddress,
AssociatedItem object,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
boolean isAuthorSysAdmin)
Deprecated.
|
void |
storeRecord(AuditingEntry entry)
Stores a record based on the information in the supplied entry.
|
@Deprecated void storeRecord(@Nonnull AuditingCategory category, String categoryName, @Nonnull String summaryI18nKey, @Nonnull String eventSource, @Nullable ApplicationUser author, @Nullable String remoteAddress, @Nullable AssociatedItem object, @Nullable Iterable<ChangedValue> changedValues, @Nullable Iterable<AssociatedItem> associatedItems, boolean isAuthorSysAdmin)
void storeRecord(@Nonnull AuditingEntry entry)
entry
- contains the information to log@Nonnull Records getRecords(@Nullable Long maxId, @Nullable Long sinceId, @Nullable Integer maxResults, Integer offset, @Nullable AuditingFilter filter, boolean includeSysAdminActions)
long countRecords(@Nullable Long maxId, @Nullable Long sinceId, boolean includeSysAdminActions)
long removeRecordsOlderThan(long timestamp)
long countRecordsOlderThan(long timestamp)
Copyright © 2002-2016 Atlassian. All Rights Reserved.