Interface AuditAdmin

All Known Subinterfaces:
AuditBackend, Logs, LogsRemote
All Known Implementing Classes:
AbstractAuditBackend, DefaultAuditBackend, ESAuditBackend, MongoDBAuditBackend

public interface AuditAdmin
Interface for Administration of Audit service.
Author:
tiry
  • Method Details

    • syncLogCreationEntries

      long syncLogCreationEntries(String repoId, String path, Boolean recurs)
      Forces log Synchronisation for a branch of the repository. This can be useful to add the create entries if DB was initialized from a bulk import.
    • getEventsCount

      Long getEventsCount(String eventId)