Uses of Interface
org.apache.jackrabbit.webdav.observation.EventType

Packages that use EventType
org.apache.jackrabbit.webdav.jcr.observation   
org.apache.jackrabbit.webdav.observation Contains interfaces and classes related to observation, which is not covered by the WebDAV protocol. 
 

Uses of EventType in org.apache.jackrabbit.webdav.jcr.observation
 

Methods in org.apache.jackrabbit.webdav.jcr.observation that return EventType
static EventType[] SubscriptionImpl.getAllEventTypes()
           
static EventType SubscriptionImpl.getEventType(int jcrEventType)
          Static utility method to convert the type defined by a JCR event into an EventType object.
 

Methods in org.apache.jackrabbit.webdav.jcr.observation with parameters of type EventType
static int SubscriptionImpl.getJcrEventType(EventType eventType)
          Static utility method to convert an EventType as present in the Xml body into the corresponding JCR event constant defined by Event.
 

Uses of EventType in org.apache.jackrabbit.webdav.observation
 

Classes in org.apache.jackrabbit.webdav.observation that implement EventType
 class DefaultEventType
          DefaultEventType defines 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
static EventType[] DefaultEventType.create(String[] localNames, Namespace namespace)
          Factory method to create an array of new EventType for the specified localNames and the specified namespace.
static EventType DefaultEventType.create(String localName, Namespace namespace)
          Factory method to create a new EventType.
static EventType[] DefaultEventType.createFromXml(Element eventType)
          Retrieves one or multiple EventTypes 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
SubscriptionInfo(EventType[] eventTypes, boolean isDeep, long timeout)
          Create a new SubscriptionInfo
SubscriptionInfo(EventType[] eventTypes, Filter[] filters, boolean noLocal, boolean isDeep, long timeout)
          Create a new SubscriptionInfo
 



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