Interface IFindPathAuditEvent

All Superinterfaces:
IAuditEvent

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

    • getDataStores

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

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