|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Contains information about one database transaction in the audit trail. Each audit trail database transaction consists of a time-ordered list of audit trail events. Collectively, these events constitute an audit trail transaction.
| Method Summary | |
java.util.List |
getAuditTrailEntries()
Returns a time-ordered list of audit trail events. |
java.lang.String |
getEngineName()
Returns the name of the Flux engine from where this audit trail transaction originated. |
java.lang.String |
getGroupname()
Returns the group of the username responsible for this audit trail transaction. |
java.lang.String |
getNamespace()
Returns the namespace that this audit trail transaction affected. |
java.lang.String |
getTransactionId()
Returns the unique ID that identifies the database transaction associated with this audit trail transaction. |
java.lang.String |
getUsername()
Returns the username responsible for generating this audit trail transaction. |
| Method Detail |
public java.util.List getAuditTrailEntries()
AuditTrailEntrypublic java.lang.String getEngineName()
public java.lang.String getNamespace()
public java.lang.String getGroupname()
public java.lang.String getTransactionId()
public java.lang.String getUsername()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||