Uses of Interface
org.apache.jackrabbit.spi.EventFilter
-
Packages that use EventFilter Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.observation org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2jcr -
-
Uses of EventFilter in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return EventFilter Modifier and Type Method Description EventFilterWorkspaceManager. createEventFilter(int eventTypes, Path path, boolean isDeep, String[] uuids, Name[] nodeTypes, boolean noLocal)Creates an event filter based on the parameters available inObservationManager.addEventListener(javax.jcr.observation.EventListener, int, java.lang.String, boolean, java.lang.String[], java.lang.String[], boolean).Methods in org.apache.jackrabbit.jcr2spi with parameters of type EventFilter Modifier and Type Method Description EventBundleWorkspaceManager. getEvents(EventFilter filter, long after)Returns the events from the journal that occurred after a given date. -
Uses of EventFilter in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return types with arguments of type EventFilter Modifier and Type Method Description Collection<EventFilter>HierarchyEventListener. getEventFilters() -
Uses of EventFilter in org.apache.jackrabbit.jcr2spi.observation
Methods in org.apache.jackrabbit.jcr2spi.observation that return types with arguments of type EventFilter Modifier and Type Method Description Collection<EventFilter>InternalEventListener. getEventFilters()Returns a collection of event filters which is in use by this event listener.Collection<EventFilter>ObservationManagerImpl. getEventFilters()Constructors in org.apache.jackrabbit.jcr2spi.observation with parameters of type EventFilter Constructor Description EventJournalImpl(WorkspaceManager wspMgr, EventFilter filter, NamePathResolver resolver) -
Uses of EventFilter in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return EventFilter Modifier and Type Method Description EventFilterRepositoryService. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)Creates an event filter.Methods in org.apache.jackrabbit.spi with parameters of type EventFilter Modifier and Type Method Description SubscriptionRepositoryService. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)Creates a newSubscriptionfor events with an initial set ofEventFilters.EventBundleRepositoryService. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)Returns events from theEventJournalafter a given point in time.voidRepositoryService. updateEventFilters(Subscription subscription, EventFilter[] filters)Updates events filters on the subscription. -
Uses of EventFilter in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement EventFilter Modifier and Type Class Description classEventFilterImplEventFilterImplis the simple bean style implementation of anEventFilter.Methods in org.apache.jackrabbit.spi.commons that return EventFilter Modifier and Type Method Description EventFilterAbstractRepositoryService. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)Methods in org.apache.jackrabbit.spi.commons with parameters of type EventFilter Modifier and Type Method Description SubscriptionAbstractRepositoryService. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)EventBundleAbstractRepositoryService. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)voidAbstractRepositoryService. updateEventFilters(Subscription subscription, EventFilter[] filters) -
Uses of EventFilter in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return EventFilter Modifier and Type Method Description EventFilterRepositoryServiceLogger. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] qnodeTypeName, boolean noLocal)Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type EventFilter Modifier and Type Method Description SubscriptionRepositoryServiceLogger. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)EventBundleRepositoryServiceLogger. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)voidRepositoryServiceLogger. updateEventFilters(Subscription subscription, EventFilter[] eventFilters) -
Uses of EventFilter in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return EventFilter Modifier and Type Method Description EventFilterRepositoryServiceImpl. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuids, Name[] nodeTypeNames, boolean noLocal)Methods in org.apache.jackrabbit.spi2dav with parameters of type EventFilter Modifier and Type Method Description SubscriptionRepositoryServiceImpl. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)EventBundleRepositoryServiceImpl. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)voidRepositoryServiceImpl. updateEventFilters(Subscription subscription, EventFilter[] filters) -
Uses of EventFilter in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return EventFilter Modifier and Type Method Description EventFilterRepositoryServiceImpl. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)Creates an event filter.Methods in org.apache.jackrabbit.spi2jcr with parameters of type EventFilter Modifier and Type Method Description SubscriptionRepositoryServiceImpl. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)Creates a newSubscriptionfor events with an initial set ofEventFilters.EventBundleRepositoryServiceImpl. getEvents(SessionInfo sessionInfo, EventFilter filter, long after)Returns events from theEventJournalafter a given point in time.voidRepositoryServiceImpl. updateEventFilters(Subscription subscription, EventFilter[] filters)Updates events filters on the subscription.
-