Uses of Class
org.apache.jackrabbit.webdav.observation.Filter
-
Packages that use Filter Package Description org.apache.jackrabbit.webdav.observation -
-
Uses of Filter in org.apache.jackrabbit.webdav.observation
Methods in org.apache.jackrabbit.webdav.observation that return Filter Modifier and Type Method Description Filter[]SubscriptionInfo. getFilters()Return all filters defined for thisSubscriptionInfoFilter[]SubscriptionInfo. getFilters(String localName, Namespace namespace)Return array of filters with the specified name.Constructors in org.apache.jackrabbit.webdav.observation with parameters of type Filter Constructor Description SubscriptionInfo(EventType[] eventTypes, Filter[] filters, boolean noLocal, boolean isDeep, long timeout)Create a newSubscriptionInfo
-