Uses of Interface
org.apache.jackrabbit.spi.EventFilter

Uses of EventFilter in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return EventFilter
 EventFilter RepositoryService.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
 Subscription RepositoryService.createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
          Creates a new Subscription for events with an initial set of EventFilters.
 EventBundle RepositoryService.getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
          Returns events from the EventJournal after a given point in time.
 void RepositoryService.updateEventFilters(Subscription subscription, EventFilter[] filters)
          Updates events filters on the subscription.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.