Uses of Interface
org.apache.jackrabbit.webdav.observation.EventType
-
Packages that use EventType Package Description org.apache.jackrabbit.webdav.jcr.observation org.apache.jackrabbit.webdav.observation -
-
Uses of EventType in org.apache.jackrabbit.webdav.jcr.observation
Methods in org.apache.jackrabbit.webdav.jcr.observation that return EventType Modifier and Type Method Description static EventType[]SubscriptionImpl. getAllEventTypes()static EventTypeSubscriptionImpl. getEventType(int jcrEventType)Static utility method to convert the type defined by aJCR eventinto anEventTypeobject.Methods in org.apache.jackrabbit.webdav.jcr.observation with parameters of type EventType Modifier and Type Method Description static intSubscriptionImpl. getJcrEventType(EventType eventType)Static utility method to convert anEventTypeas present in the Xml body into the corresponding JCR event constant defined byEvent. -
Uses of EventType in org.apache.jackrabbit.webdav.observation
Classes in org.apache.jackrabbit.webdav.observation that implement EventType Modifier and Type Class Description classDefaultEventTypeDefaultEventTypedefines a simple EventType implementation that only consists of a qualified event name consisting of namespace plus local name.Methods in org.apache.jackrabbit.webdav.observation that return EventType Modifier and Type Method Description static EventType[]DefaultEventType. create(String[] localNames, Namespace namespace)Factory method to create an array of newEventTypefor the specified localNames and the specified namespace.static EventTypeDefaultEventType. create(String localName, Namespace namespace)Factory method to create a newEventType.static EventType[]DefaultEventType. createFromXml(Element eventType)Retrieves one or multipleEventTypes from the 'eventtype' Xml element.EventType[]SubscriptionInfo. getEventTypes()Return array of event type names present in the subscription info.Constructors in org.apache.jackrabbit.webdav.observation with parameters of type EventType Constructor Description SubscriptionInfo(EventType[] eventTypes, boolean isDeep, long timeout)Create a newSubscriptionInfoSubscriptionInfo(EventType[] eventTypes, Filter[] filters, boolean noLocal, boolean isDeep, long timeout)Create a newSubscriptionInfo
-