flux.audittrail
Interface AuditTrailEntry

All Superinterfaces:
java.io.Serializable

public interface AuditTrailEntry
extends java.io.Serializable

Contains one audit trail event from an audit trail database transaction.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 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.
 

Method Detail

getActionName

java.lang.String getActionName()
Returns the action name that this audit trail entry affected.

Returns:
The action name that this audit trail entry affected.

getAuditTrailEventName

java.lang.String getAuditTrailEventName()
Returns the name of the audit trail event for this audit trail entry.

Returns:
The name of the audit trail event for this audit trail entry.

getEngineName

java.lang.String getEngineName()
Returns the name of the Flux engine from where this audit trail entry originated.

Returns:
The name of the Flux engine from where this audit trail entry originated.

getMessage

java.lang.String getMessage()
Returns the description message for this audit trail event.

Returns:
The description message for this audit trail event.

getNamespace

java.lang.String getNamespace()
Returns the namespace that this audit trail entry affected.

Returns:
The namespace that this audit trail entry affected.

getTimestamp

java.util.Date getTimestamp()
Returns the time on which this audit trail event was recorded.

Returns:
The time on which this audit trail event was recorded.

getUsername

java.lang.String getUsername()
Returns the username responsible for generating this audit trail entry. May be null if this audit trail entry was generated from an unsecured Flux engine.

Returns:
The username responsible for generating this audit trail entry. May be null if this audit trail entry was generated from an unsecured Flux engine.


© 2014 Flux Corporation. All rights reserved.