|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.AuditTrailTrigger.AuditTrailTriggerResult
public static class AuditTrailTrigger.AuditTrailTriggerResult
Provides the details of the audit trail event that caused this audit trail trigger to fire.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
AuditTrailTrigger.AuditTrailTriggerResult()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public AuditTrailTrigger.AuditTrailTriggerResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||