Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static EventType[] |
SubscriptionImpl.getAllEventTypes() |
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. |
static EventType |
SubscriptionImpl.getEventType(int jcrEventType)
Static utility method to convert the type defined by a
JCR event into an EventType
object. |
Modifier and Type | Method and Description |
---|---|
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 . |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventType
DefaultEventType defines a simple EventType implementation that
only consists of a qualified event name consisting of namespace plus local
name. |
Modifier and Type | Method and Description |
---|---|
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[] 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.create(String localName,
Namespace namespace)
Factory method to create a new
EventType . |
static EventType[] |
DefaultEventType.createFromXml(Element eventType)
Retrieves one or multiple
EventType s from the 'eventtype'
Xml element. |
static EventType[] |
DefaultEventType.createFromXml(Element eventType)
Retrieves one or multiple
EventType s from the 'eventtype'
Xml element. |
EventType[] |
SubscriptionInfo.getEventTypes()
Return array of event type names present in the subscription info.
|
EventType[] |
SubscriptionInfo.getEventTypes()
Return array of event type names present in the subscription info.
|
Constructor and Description |
---|
SubscriptionInfo(EventType[] eventTypes,
boolean isDeep,
long timeout)
Create a new
SubscriptionInfo |
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 |
SubscriptionInfo(EventType[] eventTypes,
Filter[] filters,
boolean noLocal,
boolean isDeep,
long timeout)
Create a new
SubscriptionInfo |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.