org.apache.jackrabbit.webdav.observation
Interface ObservationConstants

All Known Implementing Classes:
EventDiscovery, EventImpl, PollMethod, SubscribeMethod, SubscriptionImpl, SubscriptionInfo

public interface ObservationConstants

ObservationConstants interface provide constants for request and response headers, Xml elements and property names used for handling observation over WebDAV. There exists no public standard for this functionality.


Field Summary
static String HEADER_POLL_TIMEOUT
          The PollTimeout request header.
static String HEADER_SUBSCRIPTIONID
          The SubscriptionId request header
static Namespace NAMESPACE
          The namespace
static DavPropertyName SUBSCRIPTIONDISCOVERY
          The protected subscription discovery property is used to find out about existing subscriptions present on the specified resource.
static String XML_EVENT
           
static String XML_EVENT_TRANSACTION_ID
           
static String XML_EVENTBUNDLE
           
static String XML_EVENTDATE
           
static String XML_EVENTDISCOVERY
           
static String XML_EVENTIDENTIFIER
           
static String XML_EVENTINFO
           
static String XML_EVENTTYPE
           
static String XML_EVENTUSERDATA
           
static String XML_EVENTUSERID
           
static String XML_FILTER
           
static String XML_NODETYPE_NAME
           
static String XML_NOLOCAL
           
static String XML_SUBSCRIPTION
          subscription Xml element
Mandatory element inside the subscriptiondiscovery property indicating the event listeners present for this session.
static String XML_SUBSCRIPTIONID
           
static String XML_SUBSCRIPTIONINFO
          Xml elements
static String XML_UUID
           
 

Field Detail

NAMESPACE

static final Namespace NAMESPACE
The namespace


HEADER_SUBSCRIPTIONID

static final String HEADER_SUBSCRIPTIONID
The SubscriptionId request header

See Also:
Constant Field Values

HEADER_POLL_TIMEOUT

static final String HEADER_POLL_TIMEOUT
The PollTimeout request header.

See Also:
Constant Field Values

XML_SUBSCRIPTION

static final String XML_SUBSCRIPTION
subscription Xml element
Mandatory element inside the subscriptiondiscovery property indicating the event listeners present for this session.
NOTE, that this will not reveal any subscription made by another session.

See Also:
Constant Field Values

XML_SUBSCRIPTIONINFO

static final String XML_SUBSCRIPTIONINFO
Xml elements

See Also:
Constant Field Values

XML_EVENTTYPE

static final String XML_EVENTTYPE
See Also:
Constant Field Values

XML_NOLOCAL

static final String XML_NOLOCAL
See Also:
Constant Field Values

XML_FILTER

static final String XML_FILTER
See Also:
Constant Field Values

XML_SUBSCRIPTIONID

static final String XML_SUBSCRIPTIONID
See Also:
Constant Field Values

XML_UUID

static final String XML_UUID
See Also:
Constant Field Values

XML_NODETYPE_NAME

static final String XML_NODETYPE_NAME
See Also:
Constant Field Values

XML_EVENTDISCOVERY

static final String XML_EVENTDISCOVERY
See Also:
Constant Field Values

XML_EVENTBUNDLE

static final String XML_EVENTBUNDLE
See Also:
Constant Field Values

XML_EVENT_TRANSACTION_ID

static final String XML_EVENT_TRANSACTION_ID
See Also:
Constant Field Values

XML_EVENT

static final String XML_EVENT
See Also:
Constant Field Values

XML_EVENTUSERID

static final String XML_EVENTUSERID
See Also:
Constant Field Values

XML_EVENTUSERDATA

static final String XML_EVENTUSERDATA
See Also:
Constant Field Values

XML_EVENTDATE

static final String XML_EVENTDATE
See Also:
Constant Field Values

XML_EVENTIDENTIFIER

static final String XML_EVENTIDENTIFIER
See Also:
Constant Field Values

XML_EVENTINFO

static final String XML_EVENTINFO
See Also:
Constant Field Values

SUBSCRIPTIONDISCOVERY

static final DavPropertyName SUBSCRIPTIONDISCOVERY
The protected subscription discovery property is used to find out about existing subscriptions present on the specified resource.



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