Uses of Interface
org.apache.jackrabbit.webdav.search.SearchResource
-
Packages that use SearchResource Package Description org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.search org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResource -
-
Uses of SearchResource in org.apache.jackrabbit.webdav.jcr
Classes in org.apache.jackrabbit.webdav.jcr that implement SearchResource Modifier and Type Class Description class
DefaultItemCollection
DefaultItemCollection
represents a JCR node item.class
DefaultItemResource
DefaultItemResource
represents JCR property item.class
EventJournalResourceImpl
Implements a JCREventJournal
in terms of an RFC 4287 Atom feed.class
RootCollection
RootCollection
represent the WebDAV root resource that does not represent any repository item.class
VersionControlledItemCollection
VersionControlledItemCollection
represents a JCR node item and covers all functionality related to versioning ofNode
s.class
WorkspaceResourceImpl
WorkspaceResourceImpl
... -
Uses of SearchResource in org.apache.jackrabbit.webdav.jcr.search
Classes in org.apache.jackrabbit.webdav.jcr.search that implement SearchResource Modifier and Type Class Description class
SearchResourceImpl
SearchResourceImpl
... -
Uses of SearchResource in org.apache.jackrabbit.webdav.jcr.version
Classes in org.apache.jackrabbit.webdav.jcr.version that implement SearchResource Modifier and Type Class Description class
VersionHistoryItemCollection
VersionHistoryItemCollection
represents a JCR version history.class
VersionItemCollection
VersionItemCollection
represents a JCR version.
-