public class DefaultFilter extends Object implements EventFilter
| Constructor and Description |
|---|
DefaultFilter()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.observation.Event |
apply(javax.jcr.observation.Event event) |
com.google.common.base.Function<javax.jcr.observation.Event,javax.jcr.observation.Event> |
getFilter(javax.jcr.Session session)
Return a function to wrap Events, or transform to null if they should be
skipped
|
public com.google.common.base.Function<javax.jcr.observation.Event,javax.jcr.observation.Event> getFilter(javax.jcr.Session session)
EventFiltergetFilter in interface EventFilterpublic javax.jcr.observation.Event apply(javax.jcr.observation.Event event)
apply in interface com.google.common.base.Function<javax.jcr.observation.Event,javax.jcr.observation.Event>Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.