public interface AuditLog extends Entity
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
getAuditedEntityId()
Get the original Entity id for this log entry
|
ObjectType |
getAuditedObjectType()
Get the original Entity object type for this log entry
|
ChangeType |
getChangeType()
Get the type of change for this log entry
|
java.lang.String |
getComment()
Get the comment for this change
|
org.joda.time.DateTime |
getCreatedDate()
Get the time when this change was effective
|
java.lang.String |
getReasonCode()
Get the reason code for this change
|
java.lang.String |
getUserName()
Get the name of the requestor
|
java.lang.String |
getUserToken()
Get the user token of this change requestor
|
getId, getUpdatedDatejava.util.UUID getAuditedEntityId()
ObjectType getAuditedObjectType()
ChangeType getChangeType()
java.lang.String getUserName()
org.joda.time.DateTime getCreatedDate()
getCreatedDate in interface Entityjava.lang.String getReasonCode()
java.lang.String getUserToken()
java.lang.String getComment()
Copyright © 2010-2018. All Rights Reserved.