public class AuditLogEntry extends SearchableEntity
Modifier and Type | Field and Description |
---|---|
static sirius.db.mixing.Mapping |
CAUSED_BY_USER
Contains the id of the account which caused the event.
|
static sirius.db.mixing.Mapping |
CAUSED_BY_USER_NAME
Contains the name of the account for which this event was recorded.
|
static sirius.db.mixing.Mapping |
IP
Contains the IP address associated with this entry.
|
static sirius.db.mixing.Mapping |
MESSAGE
Contains the actual message.
|
static sirius.db.mixing.Mapping |
NEGATIVE
Determines if the entry represents an error / warning or an informative entry.
|
static sirius.db.mixing.Mapping |
TENANT
Contains the id of the tenant for which this event was recorded.
|
static sirius.db.mixing.Mapping |
TENANT_NAME
Contains the name of the tenant for which this event was recorded.
|
static sirius.db.mixing.Mapping |
TIMESTAMP
Contains the timestamp when the event happened.
|
static sirius.db.mixing.Mapping |
USER
Contains the id of the account for which this event was recorded.
|
static sirius.db.mixing.Mapping |
USER_NAME
Contains the name of the account for which this event was recorded.
|
SEARCH_FIELD, SEARCHABLE_CONTENT
Constructor and Description |
---|
AuditLogEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getCausedByUser() |
String |
getCausedByUserName() |
String |
getIp() |
String |
getMessage() |
String |
getTenant() |
String |
getTenantName() |
LocalDateTime |
getTimestamp() |
String |
getUser() |
String |
getUserName() |
boolean |
isNegative() |
void |
setCausedByUser(String causedByUser) |
void |
setCausedByUserName(String causedByUserName) |
void |
setIp(String ip) |
void |
setMessage(String message) |
void |
setNegative(boolean negative) |
void |
setTenant(String tenant) |
void |
setTenantName(String tenantName) |
void |
setTimestamp(LocalDateTime timestamp) |
void |
setUser(String user) |
void |
setUserName(String userName) |
addContent, addContentAsTokens, getSearchableContent, getSearchField, setSearchableContent, updateSearchField
public static final sirius.db.mixing.Mapping TIMESTAMP
public static final sirius.db.mixing.Mapping TENANT
public static final sirius.db.mixing.Mapping TENANT_NAME
public static final sirius.db.mixing.Mapping USER
public static final sirius.db.mixing.Mapping USER_NAME
public static final sirius.db.mixing.Mapping CAUSED_BY_USER
public static final sirius.db.mixing.Mapping CAUSED_BY_USER_NAME
public static final sirius.db.mixing.Mapping NEGATIVE
public static final sirius.db.mixing.Mapping IP
public static final sirius.db.mixing.Mapping MESSAGE
public LocalDateTime getTimestamp()
public void setTimestamp(LocalDateTime timestamp)
public String getTenant()
public String getTenantName()
public String getUser()
public String getUserName()
public void setTenant(String tenant)
public void setTenantName(String tenantName)
public void setUser(String user)
public void setUserName(String userName)
public boolean isNegative()
public void setNegative(boolean negative)
public String getIp()
public void setIp(String ip)
public String getMessage()
public void setMessage(String message)
public String getCausedByUser()
public void setCausedByUser(String causedByUser)
public String getCausedByUserName()
public void setCausedByUserName(String causedByUserName)
Copyright © 2018. All rights reserved.