Uses of Interface
org.apache.jackrabbit.webdav.observation.ObservationResource
-
Packages that use ObservationResource 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 VersionHistoryResourceorg.apache.jackrabbit.webdav.observation -
-
Uses of ObservationResource in org.apache.jackrabbit.webdav.jcr
Classes in org.apache.jackrabbit.webdav.jcr that implement ObservationResource Modifier and Type Class 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 ofNode
s. -
Uses of ObservationResource in org.apache.jackrabbit.webdav.jcr.observation
Methods in org.apache.jackrabbit.webdav.jcr.observation with parameters of type ObservationResource Modifier and Type Method Description SubscriptionDiscovery
SubscriptionManagerImpl. getSubscriptionDiscovery(ObservationResource resource)
Retrieve theSubscriptionDiscovery
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 newSubscription
or update an existingSubscription
and add it as eventlistener to theObservationManager
.void
SubscriptionManagerImpl. unsubscribe(String subscriptionId, ObservationResource resource)
Unsubscribe theSubscription
with the given id and remove it from theObservationManager
as well as from the internal map.Constructors in org.apache.jackrabbit.webdav.jcr.observation with parameters of type ObservationResource Constructor Description SubscriptionImpl(SubscriptionInfo info, ObservationResource resource)
-
Uses of ObservationResource in org.apache.jackrabbit.webdav.jcr.version
Classes in org.apache.jackrabbit.webdav.jcr.version that implement ObservationResource Modifier and Type Class Description class
VersionHistoryItemCollection
VersionHistoryItemCollection
represents a JCR version history.class
VersionItemCollection
VersionItemCollection
represents a JCR version. -
Uses of ObservationResource in org.apache.jackrabbit.webdav.observation
Methods in org.apache.jackrabbit.webdav.observation with parameters of type ObservationResource Modifier and Type Method Description SubscriptionDiscovery
SubscriptionManager. getSubscriptionDiscovery(ObservationResource resource)
Retrieve theSubscriptionDiscovery
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 newSubscription
or update an existingSubscription
..void
SubscriptionManager. unsubscribe(String subscriptionId, ObservationResource resource)
Unsubscribe theSubscription
with the given id.
-