Interface IVisualQueryAuditEvent

All Superinterfaces:
IAuditEvent

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

    • getDataStores

      Set<String> getDataStores()
      Gets Strings that contain the names of the data stores that were the targets of the "visual query" operation.
      Returns:
      See above.
    • getQuery

      String getQuery()
      Gets a String whose contents represent the structure that was passed to the "visual query" operation. The format of this string is subject to change.
      Returns:
      See above.