Interface IDAODAuditEvent

All Superinterfaces:
IAuditEvent

public interface IDAODAuditEvent extends IAuditEvent
An event that was generated during the processing of an operation against an external data source. IDAODAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
10.2
  • Method Details

    • getPayload

      String getPayload()
      Gets a String that represents the payload that is destined for the connector to the external data source.
      Returns:
      See above.
    • getConnectorId

      String getConnectorId()
      Gets a String that contains the identifier of the connector to the external data source.
      Returns:
      See above.
    • getConnectorServiceId

      String getConnectorServiceId()
      Gets a String that contains the identifier of the service on the connector to the external data source.
      Returns:
      See above.