| Package | Description | 
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.client.methods | 
 Provides classes for use with the Apache HttpClient, supporting WebDAV
 request 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 | 
|---|
HttpMerge(String uri,
         MergeInfo mergeInfo)  | 
HttpMerge(URI uri,
         MergeInfo mergeInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
MultiStatus | 
VersionControlledItemCollection.merge(MergeInfo mergeInfo)
Merge the repository node represented by this resource according to the
 information present in the given  
MergeInfo object. | 
MultiStatus | 
WorkspaceResourceImpl.merge(MergeInfo mergeInfo)  | 
| 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.