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 classDefaultItemCollectionDefaultItemCollectionrepresents a JCR node item.classDefaultItemResourceDefaultItemResourcerepresents JCR property item.classVersionControlledItemCollectionVersionControlledItemCollectionrepresents a JCR node item and covers all functionality related to versioning ofNodes. -
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 SubscriptionDiscoverySubscriptionManagerImpl. getSubscriptionDiscovery(ObservationResource resource)Retrieve theSubscriptionDiscoveryobject for the given resource.EventDiscoverySubscriptionManagerImpl. poll(String subscriptionId, long timeout, ObservationResource resource)Retrieve all event bundles accumulated since for the subscription specified by the given id.SubscriptionSubscriptionManagerImpl. subscribe(SubscriptionInfo info, String subscriptionId, ObservationResource resource)Create a newSubscriptionor update an existingSubscriptionand add it as eventlistener to theObservationManager.voidSubscriptionManagerImpl. unsubscribe(String subscriptionId, ObservationResource resource)Unsubscribe theSubscriptionwith the given id and remove it from theObservationManageras 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 classVersionHistoryItemCollectionVersionHistoryItemCollectionrepresents a JCR version history.classVersionItemCollectionVersionItemCollectionrepresents 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 SubscriptionDiscoverySubscriptionManager. getSubscriptionDiscovery(ObservationResource resource)Retrieve theSubscriptionDiscoveryobject for the given resource.EventDiscoverySubscriptionManager. poll(String subscriptionId, long timeout, ObservationResource resource)Retrieve the list of events that occurred since the last poll.SubscriptionSubscriptionManager. subscribe(SubscriptionInfo info, String subscriptionId, ObservationResource resource)Create a newSubscriptionor update an existingSubscription..voidSubscriptionManager. unsubscribe(String subscriptionId, ObservationResource resource)Unsubscribe theSubscriptionwith the given id.
-