| 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 |
|---|---|
UpdateInfo |
WebdavRequestImpl.getUpdateInfo() |
| Constructor and Description |
|---|
HttpUpdate(String uri,
UpdateInfo updateInfo) |
HttpUpdate(URI uri,
UpdateInfo updateInfo) |
| Modifier and Type | Method and Description |
|---|---|
MultiStatus |
VersionControlledItemCollection.update(UpdateInfo updateInfo)
Perform an update on this resource.
|
MultiStatus |
WorkspaceResourceImpl.update(UpdateInfo updateInfo)
While RFC 3253 does not define any version-related operations for the
workspace resource, this implementation uses
VersionControlledResource.update(UpdateInfo)
to map Workspace.restore(javax.jcr.version.Version[], boolean) to
a WebDAV call. |
| Modifier and Type | Method and Description |
|---|---|
MultiStatus |
VersionControlledResourceImpl.update(UpdateInfo updateInfo)
UPDATE feature is not (yet) supported.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInfo |
DeltaVServletRequest.getUpdateInfo()
Parses the UPDATE request body a build the corresponding
UpdateInfo
object. |
| Modifier and Type | Method and Description |
|---|---|
MultiStatus |
VersionControlledResource.update(UpdateInfo updateInfo)
Perform an update on this resource using the specified
UpdateInfo. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.