@ExperimentalApi public class RecordRequest extends Object
Constructor and Description |
---|
RecordRequest(AuditingCategory category,
String summary) |
RecordRequest(AuditingCategory category,
String summary,
String eventSource) |
RecordRequest(AuditingCategory category,
String summary,
String eventSource,
ApplicationUser author,
String remoteAddress) |
RecordRequest(AuditingCategory category,
String summary,
String eventSource,
ApplicationUser author,
String remoteAddress,
String description) |
public RecordRequest(@Nonnull AuditingCategory category, @Nonnull String summary, @Nonnull String eventSource, @Nullable ApplicationUser author, @Nullable String remoteAddress, @Nullable String description)
public RecordRequest(@Nonnull AuditingCategory category, @Nonnull String summary, @Nonnull String eventSource, @Nullable ApplicationUser author, @Nullable String remoteAddress)
public RecordRequest(@Nonnull AuditingCategory category, @Nonnull String summary)
public RecordRequest forObject(@Nonnull AssociatedItem item)
public RecordRequest forObject(@Nonnull AssociatedItem.Type type, @Nonnull String name)
public RecordRequest forObject(@Nonnull AssociatedItem.Type type, @Nonnull String name, @Nullable Long id)
public RecordRequest forObject(@Nonnull AssociatedItem.Type type, @Nonnull String name, @Nullable String id)
public RecordRequest withAssociatedItem(@Nonnull AssociatedItem.Type type, @Nonnull String name, @Nullable String id)
public RecordRequest withAssociatedItems(@Nonnull AssociatedItem... items)
public RecordRequest withAssociatedItems(@Nonnull Iterable<AssociatedItem> items)
public RecordRequest withChangedValues(@Nonnull ChangedValue... values)
public RecordRequest withChangedValues(@Nonnull Iterable<ChangedValue> values)
public RecordRequest withDescription(@Nullable String description)
@Nonnull public AuditingCategory getCategory()
@Nullable public ApplicationUser getAuthor()
public com.google.common.collect.ImmutableList<AssociatedItem> getAssociatedItems()
public com.google.common.collect.ImmutableList<ChangedValue> getChangedValues()
@Nullable public AssociatedItem getObjectItem()
protected I18nHelper getI18n()
Copyright © 2002-2016 Atlassian. All Rights Reserved.