Class CategoryLogEntryPredicate

java.lang.Object
org.nuxeo.audit.service.route.CategoryLogEntryPredicate
All Implemented Interfaces:
Predicate<LogEntry>

public class CategoryLogEntryPredicate extends Object implements Predicate<LogEntry>
Since:
2025.16
  • Field Details

    • category

      protected final String category
  • Constructor Details

    • CategoryLogEntryPredicate

      public CategoryLogEntryPredicate(Map<String,String> properties)
  • Method Details