Interface IPrivacyAgreementAuditEvent

All Superinterfaces:
IAuditEvent

public interface IPrivacyAgreementAuditEvent extends IAuditEvent
An event that was generated when a user accepted or rejected a privacy agreement. IPrivacyAgreementAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
13.0
  • Method Details

    • getType

      com.i2group.disco.audit.PrivacyAgreementEventType getType()
      Gets a PrivacyAgreementEventType that indicates whether the agreement was accepted or rejected.
      Returns:
      See above.