Uses of Interface
org.apache.jackrabbit.commons.webdav.JcrRemotingConstants
-
Packages that use JcrRemotingConstants Package Description org.apache.jackrabbit.commons.webdav org.apache.jackrabbit.spi2dav org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.property org.apache.jackrabbit.webdav.jcr.search org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResourceorg.apache.jackrabbit.webdav.jcr.version.report Contains JCR specific reports. -
-
Uses of JcrRemotingConstants in org.apache.jackrabbit.commons.webdav
Classes in org.apache.jackrabbit.commons.webdav that implement JcrRemotingConstants Modifier and Type Class Description class
QueryUtil
QueryUtil
... -
Uses of JcrRemotingConstants in org.apache.jackrabbit.spi2dav
Subinterfaces of JcrRemotingConstants in org.apache.jackrabbit.spi2dav Modifier and Type Interface Description interface
ItemResourceConstants
ItemResourceConstants
provides constants for any resources representing repository items. -
Uses of JcrRemotingConstants in org.apache.jackrabbit.webdav.jcr
Subinterfaces of JcrRemotingConstants in org.apache.jackrabbit.webdav.jcr Modifier and Type Interface Description interface
ItemResourceConstants
ItemResourceConstants
provides constants for any resources representing repository items.Classes in org.apache.jackrabbit.webdav.jcr that implement JcrRemotingConstants 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 JcrRemotingConstants in org.apache.jackrabbit.webdav.jcr.property
Classes in org.apache.jackrabbit.webdav.jcr.property that implement JcrRemotingConstants Modifier and Type Class Description class
JcrDavPropertyNameSet
JcrDavPropertyNameSet
...class
LengthsProperty
LengthsProperty
extendsDavProperty
providing utilities to handle the multiple lengths of the property item represented by this resource.class
NamespacesProperty
NamespacesProperty
...class
ValuesProperty
ValuesProperty
implementsDavProperty
providing utilities to handle the value(s) of a JCR property item resource. -
Uses of JcrRemotingConstants in org.apache.jackrabbit.webdav.jcr.search
Classes in org.apache.jackrabbit.webdav.jcr.search that implement JcrRemotingConstants Modifier and Type Class Description class
SearchResultProperty
SearchResultProperty
... -
Uses of JcrRemotingConstants in org.apache.jackrabbit.webdav.jcr.version
Classes in org.apache.jackrabbit.webdav.jcr.version that implement JcrRemotingConstants Modifier and Type Class Description class
VersionHistoryItemCollection
VersionHistoryItemCollection
represents a JCR version history.class
VersionItemCollection
VersionItemCollection
represents a JCR version. -
Uses of JcrRemotingConstants in org.apache.jackrabbit.webdav.jcr.version.report
Classes in org.apache.jackrabbit.webdav.jcr.version.report that implement JcrRemotingConstants Modifier and Type Class Description class
RegisteredNamespacesReport
RegisteredNamespacesReport
let the client retrieve the namespaces registered on the repository.class
RepositoryDescriptorsReport
RepositoryDescriptorsReport
allows to retrieve the repository descriptors.
-