Interface IVisualQueryCompletedAuditEvent

All Superinterfaces:
IAuditEvent, IVisualQueryAuditEvent

public interface IVisualQueryCompletedAuditEvent extends IVisualQueryAuditEvent
An event that was generated after the completion of a "visual query" operation against the Information Store. IVisualQueryCompletedAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
13.3
  • Method Details

    • getDurationSeconds

      long getDurationSeconds()
      Gets the duration (in seconds) of the "visual query" operation.
      Returns:
      See above.
    • isFailed

      boolean isFailed()
      Indicates whether the "visual query" operation failed, which includes being timed out and being canceled by a user.
      Returns:
      true if the operation failed; false otherwise.