Package | Description |
---|---|
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.jcr.observation | |
org.apache.jackrabbit.webdav.jcr.version |
Contains JCR specific implementations for the following interfaces:
VersionableResource
VersionControlledResource
VersionResource
VersionHistoryResource
|
org.apache.jackrabbit.webdav.observation |
Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultItemCollection
DefaultItemCollection represents a JCR node item. |
class |
DefaultItemResource
DefaultItemResource represents JCR property item. |
class |
VersionControlledItemCollection
VersionControlledItemCollection represents a JCR node item and
covers all functionality related to versioning of Node s. |
Modifier and Type | Method and Description |
---|---|
SubscriptionDiscovery |
SubscriptionManagerImpl.getSubscriptionDiscovery(ObservationResource resource)
Retrieve the
SubscriptionDiscovery
object for the given resource. |
EventDiscovery |
SubscriptionManagerImpl.poll(String subscriptionId,
long timeout,
ObservationResource resource)
Retrieve all event bundles accumulated since for the subscription specified
by the given id.
|
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 . |
void |
SubscriptionManagerImpl.unsubscribe(String subscriptionId,
ObservationResource resource)
Unsubscribe the
Subscription with the given id and remove it
from the ObservationManager as well as
from the internal map. |
Constructor and Description |
---|
SubscriptionImpl(SubscriptionInfo info,
ObservationResource resource)
|
Modifier and Type | Class and Description |
---|---|
class |
VersionHistoryItemCollection
VersionHistoryItemCollection represents a JCR version history. |
class |
VersionItemCollection
VersionItemCollection represents a JCR version. |
Modifier and Type | Method and Description |
---|---|
SubscriptionDiscovery |
SubscriptionManager.getSubscriptionDiscovery(ObservationResource resource)
Retrieve the
SubscriptionDiscovery object for the given
resource. |
EventDiscovery |
SubscriptionManager.poll(String subscriptionId,
long timeout,
ObservationResource resource)
Retrieve the list of events that occurred since the last poll.
|
Subscription |
SubscriptionManager.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription .. |
void |
SubscriptionManager.unsubscribe(String subscriptionId,
ObservationResource resource)
Unsubscribe the
Subscription with the given id. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.