Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.client.methods |
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
|
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 |
---|---|
SubscriptionInfo |
WebdavRequestImpl.getSubscriptionInfo() |
Constructor and Description |
---|
HttpSubscribe(String uri,
SubscriptionInfo info,
String subscriptionId) |
HttpSubscribe(URI uri,
SubscriptionInfo info,
String subscriptionId) |
SubscribeMethod(String uri,
SubscriptionInfo subscriptionInfo)
Deprecated.
Create a new
SubscribeMethod used to register to the
observation events specified within the given SubscriptionInfo . |
SubscribeMethod(String uri,
SubscriptionInfo subscriptionInfo,
String subscriptionId)
Deprecated.
Create a new
SubscribeMethod used to register to the
observation events specified within the given SubscriptionInfo . |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionManagerImpl.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription
and add it as eventlistener to the ObservationManager . |
Constructor and Description |
---|
SubscriptionImpl(SubscriptionInfo info,
ObservationResource resource)
|
Modifier and Type | Method and Description |
---|---|
SubscriptionInfo |
ObservationDavServletRequest.getSubscriptionInfo()
Return a
SubscriptionInfo object representing the subscription
info present in the SUBSCRIBE request body or null if
retrieving the subscription info fails. |
Modifier and Type | Method and Description |
---|---|
Subscription |
ObservationResource.subscribe(SubscriptionInfo info,
String subscriptionId)
Subscribe this resource for event listening defined by the specified
subscription info.
|
Subscription |
SubscriptionManager.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription .. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.