|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventFilter | |
|---|---|
| org.apache.jackrabbit.jcr2spi | |
| 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 | |
|---|---|
EventFilter |
WorkspaceManager.createEventFilter(int eventTypes,
Path path,
boolean isDeep,
String[] uuids,
Name[] nodeTypes,
boolean noLocal)
Creates an event filter based on the parameters available in ObservationManager.addEventListener(javax.jcr.observation.EventListener, int, java.lang.String, boolean, java.lang.String[], java.lang.String[], boolean). |
| 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. |
void |
RepositoryService.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 | |
|---|---|
class |
EventFilterImpl
EventFilterImpl is the simple bean style implementation of an
EventFilter. |
| Methods in org.apache.jackrabbit.spi.commons that return EventFilter | |
|---|---|
EventFilter |
AbstractReadableRepositoryService.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 | |
|---|---|
Subscription |
AbstractReadableRepositoryService.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
|
void |
AbstractReadableRepositoryService.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 | |
|---|---|
EventFilter |
RepositoryServiceLogger.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 | |
|---|---|
Subscription |
RepositoryServiceLogger.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
|
void |
RepositoryServiceLogger.updateEventFilters(Subscription subscription,
EventFilter[] eventFilters)
|
| Uses of EventFilter in org.apache.jackrabbit.spi2dav |
|---|
| Methods in org.apache.jackrabbit.spi2dav that return EventFilter | |
|---|---|
EventFilter |
RepositoryServiceImpl.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 | |
|---|---|
Subscription |
RepositoryServiceImpl.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
|
void |
RepositoryServiceImpl.updateEventFilters(Subscription subscription,
EventFilter[] filters)
|
| Uses of EventFilter in org.apache.jackrabbit.spi2jcr |
|---|
| Methods in org.apache.jackrabbit.spi2jcr that return EventFilter | |
|---|---|
EventFilter |
RepositoryServiceImpl.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 | |
|---|---|
Subscription |
RepositoryServiceImpl.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
Creates a new Subscription for events with an initial set of
EventFilters. |
void |
RepositoryServiceImpl.updateEventFilters(Subscription subscription,
EventFilter[] filters)
Updates events filters on the subscription. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||