Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
VersionItemCollection
VersionItemCollection represents a JCR version. |
Modifier and Type | Method and Description |
---|---|
VersionResource[] |
VersionHistoryItemCollection.getVersions()
Return an array of
VersionResource s representing all versions
present in the underlying JCR version history. |
Modifier and Type | Class and Description |
---|---|
class |
VersionResourceImpl
VersionResourceImpl represents a JCR version. |
Modifier and Type | Method and Description |
---|---|
VersionResource[] |
VersionHistoryResourceImpl.getVersions()
Return an array of
VersionResource s representing all versions
present in the underlying JCR version history. |
Modifier and Type | Interface and Description |
---|---|
interface |
BaselineResource
BaselineResource represents the 'version' of a configuration
which is represented by a 'version-controlled-configuration' (VCC) resource. |
Modifier and Type | Method and Description |
---|---|
VersionResource[] |
VersionHistoryResource.getVersions()
Returns an array of
VersionResource s containing all versions
that are a member of this resource. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.