flux
Class AuditTrailTrigger.AuditTrailTriggerResult

java.lang.Object
  extended by flux.AuditTrailTrigger.AuditTrailTriggerResult
All Implemented Interfaces:
java.lang.Cloneable
Enclosing interface:
AuditTrailTrigger

public static class AuditTrailTrigger.AuditTrailTriggerResult
extends java.lang.Object
implements java.lang.Cloneable

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

timestamp

public java.util.Date timestamp
The moment when the audit trail event was reported.


actionName

public java.lang.String actionName
The name of the flow chart action, if any, that reported this audit trail event. If there is no action name, the audit trail event was generated from a client, not a flow chart. Is not null.


engineName

public java.lang.String engineName
The name of the engine that reported this audit trail event.


eventMessage

public java.lang.String eventMessage
This audit trail event's message.


eventName

public java.lang.String eventName
This audit trail event's name.


namespace

public java.lang.String namespace
The fully-qualified flow chart name, if any, in the hierarchical flow chart namespace that reported this audit trail event. If there is no namespace, the audit trail event was generated from a client, not a flow chart. Is not null.


username

public java.lang.String username
The name of the user, if any, who was logged in when this audit trail event was reported. Is not null.

Constructor Detail

AuditTrailTrigger.AuditTrailTriggerResult

public AuditTrailTrigger.AuditTrailTriggerResult()


© 2014 Flux Corporation. All rights reserved.