AuditService
and AuditSearchService
instead.@Deprecated @ExperimentalApi public interface AuditingService
@Nonnull ServiceOutcome<Records> getRecords(@Nullable Integer offset, @Nullable Integer maxResults, @Nullable AuditingFilter filter)
offset
- the offset from which search startsmaxResults
- maximum number of returned resultsfilter
- defines how records should be filtered out before being returned, if null records will not be
filtered@Deprecated @Nonnull ErrorCollection storeRecord(@Nullable String category, @Nullable String summary, @Nullable AssociatedItem objectItem, @Nullable Iterable<ChangedValue> values, @Nullable Iterable<AssociatedItem> associatedItems)
storeRecord(String, String, AssociatedItem, Iterable,
Iterable, String)
insteadcategory
- - category of the log recordsummary
- - description of the changeobjectItem
- - changed objectvalues
- - changed values of the object itemassociatedItems
- - other objects that were affected by this changeassociatedItems
- @return@Deprecated @Nonnull ErrorCollection storeRecord(@Nonnull String category, @Nonnull String summary, @Nonnull String eventSourceKey, @Nullable AssociatedItem objectItem, @Nullable Iterable<ChangedValue> values, @Nullable Iterable<AssociatedItem> associatedItems)
storeRecord(String, String, String, AssociatedItem,
Iterable, Iterable, String)
insteadcategory
- - category of the log recordsummary
- - description of the changeeventSourceKey
- - key of plugin which creates the recordobjectItem
- - changed objectvalues
- - changed values of the object itemassociatedItems
- - other objects that were affected by this changeassociatedItems
- @return@Nonnull ErrorCollection storeRecord(@Nullable String category, @Nullable String summary, @Nullable AssociatedItem objectItem, @Nullable Iterable<ChangedValue> values, @Nullable Iterable<AssociatedItem> associatedItems, @Nullable String description)
category
- - category of the log recordsummary
- - description of the changeobjectItem
- - changed objectvalues
- - changed values of the object itemassociatedItems
- - other objects that were affected by this changedescription
- - an optional description for this event@Nonnull ErrorCollection storeRecord(@Nonnull String category, @Nonnull String summary, @Nonnull String eventSourceKey, @Nullable AssociatedItem objectItem, @Nullable Iterable<ChangedValue> values, @Nullable Iterable<AssociatedItem> associatedItems, @Nullable String description)
category
- - category of the log recordsummary
- - description of the changeeventSourceKey
- - key of plugin which creates the recordobjectItem
- - changed objectvalues
- - changed values of the object itemassociatedItems
- - other objects that were affected by this changedescription
- - an optional description for this eventCopyright © 2002-2024 Atlassian. All Rights Reserved.