Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. |
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
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 |
---|---|
MergeInfo |
WebdavRequestImpl.getMergeInfo() |
Constructor and Description |
---|
MergeMethod(String uri,
MergeInfo mergeInfo) |
Modifier and Type | Method and Description |
---|---|
MultiStatus |
WorkspaceResourceImpl.merge(MergeInfo mergeInfo) |
MultiStatus |
VersionControlledItemCollection.merge(MergeInfo mergeInfo)
Merge the repository node represented by this resource according to the
information present in the given
MergeInfo object. |
Modifier and Type | Method and Description |
---|---|
MultiStatus |
VersionControlledResourceImpl.merge(MergeInfo mergeInfo)
MERGE feature is not (yet) supported.
|
Modifier and Type | Method and Description |
---|---|
MergeInfo |
DeltaVServletRequest.getMergeInfo()
Return the request body as
MergeInfo object or null
if the creation failed due to invalid format. |
Modifier and Type | Method and Description |
---|---|
MultiStatus |
VersionControlledResource.merge(MergeInfo mergeInfo)
Perform a merge on this resource using the specified
MergeInfo . |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.