Interface AuditAdmin

All Known Subinterfaces:
AuditBackend, AuditBackend<L>, Logs<L>, LogsRemote
All Known Implementing Classes:
AbstractAuditBackend, AbstractAuditBackend, DefaultAuditBackend, MemAuditBackend, MongoDBAuditBackend, OpenSearchAuditBackend, SQLAuditBackend

@Deprecated(since="2025.0", forRemoval=true) public interface AuditAdmin
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use AuditBackend instead
Interface for Administration of Audit service.
Author:
tiry
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    syncLogCreationEntries(String repoId, String path, Boolean recurs)
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 2025.0, seems unused
  • Method Details

    • syncLogCreationEntries

      @Deprecated(since="2025.0", forRemoval=true) long syncLogCreationEntries(String repoId, String path, Boolean recurs)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2025.0, seems unused
      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)
      Deprecated, for removal: This API element is subject to removal in a future version.