Package | Description |
---|---|
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.jcr.version |
Contains JCR specific implementations for the following interfaces:
VersionableResource
VersionControlledResource
VersionResource
VersionHistoryResource
|
org.apache.jackrabbit.webdav.simple | |
org.apache.jackrabbit.webdav.version |
Interfaces and classes used to cover functionality defined by
RFC 3253: Versioning Extensions to WebDAV.
|
Modifier and Type | Method and Description |
---|---|
VersionHistoryResource |
VersionControlledItemCollection.getVersionHistory()
Returns the
VersionHistory associated with the repository node. |
VersionHistoryResource |
WorkspaceResourceImpl.getVersionHistory() |
Modifier and Type | Class and Description |
---|---|
class |
VersionHistoryItemCollection
VersionHistoryItemCollection represents a JCR version history. |
Modifier and Type | Method and Description |
---|---|
VersionHistoryResource |
VersionItemCollection.getVersionHistory()
Returns the
VersionHistory associated with the repository version. |
Modifier and Type | Class and Description |
---|---|
class |
VersionHistoryResourceImpl
VersionHistoryResourceImpl represents a JCR version history. |
Modifier and Type | Method and Description |
---|---|
VersionHistoryResource |
VersionControlledResourceImpl.getVersionHistory()
Returns the
VersionHistory associated with the repository node. |
VersionHistoryResource |
VersionResourceImpl.getVersionHistory()
Returns the
VersionHistory associated with the repository version. |
Modifier and Type | Method and Description |
---|---|
VersionHistoryResource |
VersionControlledResource.getVersionHistory()
Returns the
VersionHistoryResource , that is referenced in the
'version-history ' property. |
VersionHistoryResource |
VersionResource.getVersionHistory()
Returns the
VersionHistoryResource , that is referenced in the
DAV:version-history property. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.