Interface IGeospatialSearchAuditEvent

All Superinterfaces:
IAuditEvent

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

    • getRequestBody

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