public interface AuditHeader extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getEventTime()
The moment in time the change took place.
|
List<AuditHeaderAttribute> |
getHeaderAttributes()
Arbitrary additional values to associate with the header
|
Long |
getId()
AuditHeader primary key
|
String |
getItemId()
The primary key value of the entity receiving the change
|
List<AuditItem> |
getItems()
List of specific properties that were changed
|
String |
getItemShortType()
The simple classname of the entity receiving the change.
|
String |
getItemTable()
The RDBMS table name backing the entity receiving the change.
|
String |
getItemType()
The fully qualified classname of the entity receiving the change.
|
String |
getMasqueradedUserDescription()
The user description of the special user that is impersonating another user.
|
Long |
getMasqueradedUserId()
The primary key for the special user that is impersonating another user.
|
String |
getMasqueradedUserType()
The user type of the special user that is impersonating another user.
|
String |
getNodeIpAddress()
The ip address of the node that is persisting the change.
|
String |
getNodeType()
The type of node that is persisting this change.
|
String |
getOperationType()
The type of change.
|
String |
getUserDescription()
Descriptive information about the user.
|
Long |
getUserId()
The primary key value belonging to the user that caused the change
|
String |
getUserIpAddress()
The best guess for the ip address belonging to the user that caused the change.
|
String |
getUserType()
The type of user that caused the change.
|
void |
setEventTime(Date eventTime) |
void |
setHeaderAttributes(List<AuditHeaderAttribute> attributes) |
void |
setId(Long id) |
void |
setItemId(String itemId) |
void |
setItems(List<AuditItem> items) |
void |
setItemShortType(String itemShortType) |
void |
setItemTable(String itemTable) |
void |
setItemType(String itemType) |
void |
setMasqueradedUserDescription(String masqueradedUserDescription) |
void |
setMasqueradedUserId(Long masqueradedUserId) |
void |
setMasqueradedUserType(String masqueradedUserType) |
void |
setNodeIpAddress(String nodeIpAddress) |
void |
setNodeType(String nodeType) |
void |
setOperationType(String operationType) |
void |
setUserDescription(String userDescription) |
void |
setUserId(Long userId) |
void |
setUserIpAddress(String userIpAddress) |
void |
setUserType(String userType) |
Long getId()
void setId(Long id)
Long getUserId()
void setUserId(Long userId)
String getUserDescription()
void setUserDescription(String userDescription)
String getUserType()
AuditUserType
void setUserType(String userType)
String getUserIpAddress()
void setUserIpAddress(String userIpAddress)
String getNodeType()
EventWorkerType
void setNodeType(String nodeType)
String getNodeIpAddress()
void setNodeIpAddress(String nodeIpAddress)
Date getEventTime()
void setEventTime(Date eventTime)
String getItemType()
void setItemType(String itemType)
String getItemShortType()
void setItemShortType(String itemShortType)
String getItemTable()
void setItemTable(String itemTable)
String getItemId()
void setItemId(String itemId)
List<AuditHeaderAttribute> getHeaderAttributes()
void setHeaderAttributes(List<AuditHeaderAttribute> attributes)
String getOperationType()
OperationType
void setOperationType(String operationType)
Long getMasqueradedUserId()
void setMasqueradedUserId(Long masqueradedUserId)
String getMasqueradedUserDescription()
getMasqueradedUserId()
.void setMasqueradedUserDescription(String masqueradedUserDescription)
String getMasqueradedUserType()
AuditUserType
.
See getMasqueradedUserId()
.void setMasqueradedUserType(String masqueradedUserType)
Copyright © 2021. All rights reserved.