Interface AuditLog


  • public interface AuditLog
    The AuditLog defines an interface to retrieve audit event information from the respective audit log. The audit log is path based: the content path in the repository is used as a unique identifier to group all entries.

    The audit framework is still subject to change and will be improved. Adding entries to the audit log can be done by sending a job event with the job topic AuditLogEvent.JOB_TOPIC and the AuditLogEvent stored in the property AuditLogEvent.AUDIT_EVENT_PROPERTY or by directly calling add(AuditLogEntry) or add(List).