public interface AuditTrailEntry
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the action name that this audit trail entry affected.
|
java.lang.String |
getAuditTrailEventName()
Returns the name of the audit trail event for this audit trail entry.
|
java.lang.String |
getEngineName()
Returns the name of the Flux engine from where this audit trail entry
originated.
|
java.lang.String |
getMessage()
Returns the description message for this audit trail event.
|
java.lang.String |
getNamespace()
Returns the namespace that this audit trail entry affected.
|
java.util.Date |
getTimestamp()
Returns the time on which this audit trail event was recorded.
|
java.lang.String |
getUsername()
Returns the username responsible for generating this audit trail
entry.
|
java.lang.String getActionName()
java.lang.String getAuditTrailEventName()
java.lang.String getEngineName()
java.lang.String getMessage()
java.lang.String getNamespace()
java.util.Date getTimestamp()
java.lang.String getUsername()
© 2000-2025 Flux Corporation. All rights reserved.