|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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,
java.lang.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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||