Interface BaseLogEntryProvider

All Known Implementing Classes:
LogEntryProvider

@Deprecated(since="2025.0", forRemoval=true) public interface BaseLogEntryProvider
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, AuditBackend has all necessary APIs
Minimal interface extracted to be able to share some code inside the AbstractAuditBackend
Author:
tiry
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    removeEntries(String eventId, String pathPattern)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • addLogEntry

      void addLogEntry(LogEntry entry)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeEntries

      int removeEntries(String eventId, String pathPattern)
      Deprecated, for removal: This API element is subject to removal in a future version.