Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-4016

extend path and property filtering of observation event

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.13.3
    • None
    • observation
    • None

    Description

      The current JackrabbitEventFilter allows to specify a number of paths, a number of exclude paths and a flag isDeep indicating if it wants to dive into those registered paths. While this provides some degree of filtering already, it might be more efficient to allow for even more fine grained filtering additionally.

      This ticket is to suggest introducing a filter along the lines of the following:

      public interface Filter {
      
          enum FilterResult {
              INCLUDE, INCLUDE_SKIP_CHILDREN,
              EXCLUDE, EXCLUDE_SKIP_CHILDREN };
          
          FilterResult filter(String nodeOrPropertyPath);
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            stefanegli Stefan Egli
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: