public class SuppressByMixinFilter extends DefaultFilter implements EventFilter
EventFilter that extends DefaultFilter to also suppress events
emitted by nodes with a provided set of mixins.| Constructor and Description |
|---|
SuppressByMixinFilter(Set<String> suppressedMixins) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(javax.jcr.observation.Event event) |
com.google.common.base.Predicate<javax.jcr.observation.Event> |
getFilter(javax.jcr.Session session) |
getMixinTypespublic com.google.common.base.Predicate<javax.jcr.observation.Event> getFilter(javax.jcr.Session session)
getFilter in interface EventFiltergetFilter in class DefaultFilterpublic boolean apply(javax.jcr.observation.Event event)
apply in interface com.google.common.base.Predicate<javax.jcr.observation.Event>apply in class DefaultFilterCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.