public static class AuditTrailTrigger.AuditTrailTriggerResult
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
actionName
The name of the flow chart action, if any, that reported this audit trail
event.
|
java.lang.String |
engineName
The name of the engine that reported this audit trail event.
|
java.lang.String |
eventMessage
This audit trail event's message.
|
java.lang.String |
eventName
This audit trail event's name.
|
java.lang.String |
namespace
The fully-qualified flow chart name, if any, in the hierarchical flow
chart namespace that reported this audit trail event.
|
java.util.Date |
timestamp
The moment when the audit trail event was reported.
|
java.lang.String |
username
The name of the user, if any, who was logged in when this audit trail
event was reported.
|
Constructor and Description |
---|
AuditTrailTriggerResult() |
public java.util.Date timestamp
public java.lang.String actionName
public java.lang.String engineName
public java.lang.String eventMessage
public java.lang.String eventName
public java.lang.String namespace
public java.lang.String username
© 2000-2025 Flux Corporation. All rights reserved.