public class AuditRecordImpl extends Object implements AuditRecord
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableList<AssociatedItem> |
associatedItems |
static String |
AUTHOR_KEY |
static String |
AUTHOR_TYPE |
static String |
CATEGORY |
protected com.google.common.collect.ImmutableList<ChangedValue> |
changedValues |
static String |
CREATED |
static String |
EVENT_SOURCE |
protected org.ofbiz.core.entity.GenericValue |
gv |
static String |
ID |
static String |
LONG_DESCRIPTION |
static String |
OBJECT_ID |
static String |
OBJECT_NAME |
static String |
OBJECT_PARENT_ID |
static String |
OBJECT_PARENT_NAME |
static String |
OBJECT_TYPE |
static String |
OLD_DESCRIPTION
Deprecated.
use
LONG_DESCRIPTION instead. Since 7.0.0. |
static String |
REMOTE_ADDR |
static String |
SEARCH_FIELD |
static String |
SUMMARY |
Constructor and Description |
---|
AuditRecordImpl(org.ofbiz.core.entity.GenericValue gv,
Iterable<AssociatedItem> associatedItems,
Iterable<ChangedValue> changedValues) |
Modifier and Type | Method and Description |
---|---|
Iterable<AssociatedItem> |
getAssociatedItems() |
String |
getAuthorKey() |
AuditingCategory |
getCategory() |
Date |
getCreated() |
String |
getDescription() |
String |
getEventSource() |
Long |
getId() |
AssociatedItem |
getObjectItem() |
String |
getRemoteAddr() |
String |
getSummary() |
Iterable<ChangedValue> |
getValues() |
public static final String ID
public static final String AUTHOR_KEY
public static final String REMOTE_ADDR
public static final String CATEGORY
public static final String CREATED
public static final String SUMMARY
public static final String OBJECT_TYPE
public static final String OBJECT_NAME
public static final String OBJECT_PARENT_ID
public static final String OBJECT_PARENT_NAME
public static final String OBJECT_ID
public static final String AUTHOR_TYPE
public static final String EVENT_SOURCE
public static final String LONG_DESCRIPTION
public static final String SEARCH_FIELD
@Deprecated public static final String OLD_DESCRIPTION
LONG_DESCRIPTION
instead. Since 7.0.0.protected final org.ofbiz.core.entity.GenericValue gv
protected final com.google.common.collect.ImmutableList<AssociatedItem> associatedItems
protected final com.google.common.collect.ImmutableList<ChangedValue> changedValues
public AuditRecordImpl(org.ofbiz.core.entity.GenericValue gv, Iterable<AssociatedItem> associatedItems, Iterable<ChangedValue> changedValues)
@Nonnull public Long getId()
getId
in interface AuditRecord
@Nullable public String getAuthorKey()
getAuthorKey
in interface AuditRecord
@Nullable public String getRemoteAddr()
getRemoteAddr
in interface AuditRecord
@Nonnull public Date getCreated()
getCreated
in interface AuditRecord
@Nonnull public AuditingCategory getCategory()
getCategory
in interface AuditRecord
@Nonnull public String getSummary()
getSummary
in interface AuditRecord
@Nonnull public String getEventSource()
getEventSource
in interface AuditRecord
@Nullable public String getDescription()
getDescription
in interface AuditRecord
@Nonnull public Iterable<AssociatedItem> getAssociatedItems()
getAssociatedItems
in interface AuditRecord
@Nonnull public Iterable<ChangedValue> getValues()
getValues
in interface AuditRecord
@Nullable public AssociatedItem getObjectItem()
getObjectItem
in interface AuditRecord
Copyright © 2002-2024 Atlassian. All Rights Reserved.