Uses of Package
org.apache.jackrabbit.oak.plugins.observation.filter
Packages that use org.apache.jackrabbit.oak.plugins.observation.filter
Package
Description
-
Classes in org.apache.jackrabbit.oak.plugins.observation.filter used by org.apache.jackrabbit.oak.jcr.observationClassDescriptionAn EventAggregator can be provided via a FilterProvider and is then used to 'aggregate' an event at creation time (ie after filtering).Builder for
FilterProvider
instances.Instance of this class provide aEventFilter
for observation events and a filter for commits.Factory forPermissionProvider
instances. -
-
Classes in org.apache.jackrabbit.oak.plugins.observation.filter used by org.apache.jackrabbit.oak.plugins.observation.filterClassDescriptionA ChangeSetFilter is capable of inspecting a ChangeSet and deciding if the corresponding consumer (eg EventListener) is possibly interested in it or definitely not.TODO documentAn EventAggregator can be provided via a FilterProvider and is then used to 'aggregate' an event at creation time (ie after filtering).Filter for determining what changes to report the the event listener.Builder for
FilterProvider
instances.Instance of this class provide aEventFilter
for observation events and a filter for commits.Factory forPermissionProvider
instances.An universalFilter
implementation, which can be parametrised by aUniversalFilter.Selector
and aPredicate
.A selector instance maps call backs onFilters
toNodeState
instances, which should be used for determining inclusion or exclusion of the associated event.Event filter that hides all non-visible content.