|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| 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.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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||