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.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 |
---|---|
LabelInfo |
WebdavRequestImpl.getLabelInfo() |
Constructor and Description |
---|
HttpLabel(String uri,
LabelInfo labelInfo) |
HttpLabel(URI uri,
LabelInfo labelInfo) |
LabelMethod(String uri,
LabelInfo labelInfo)
Deprecated.
Create a new
LabelMethod |
Modifier and Type | Method and Description |
---|---|
void |
VersionControlledItemCollection.label(LabelInfo labelInfo)
Modify the labels present with the versions of this resource.
|
void |
WorkspaceResourceImpl.label(LabelInfo labelInfo) |
Modifier and Type | Method and Description |
---|---|
void |
VersionItemCollection.label(LabelInfo labelInfo)
Modify the labels defined for the underlying repository version.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionControlledResourceImpl.label(LabelInfo labelInfo)
Modify the labels present with the versions of this resource.
|
void |
VersionResourceImpl.label(LabelInfo labelInfo)
Modify the labels defined for the underlying repository version.
|
Modifier and Type | Method and Description |
---|---|
LabelInfo |
DeltaVServletRequest.getLabelInfo()
Return the request body as
LabelInfo object or null
if parsing the request body or the creation of the label info failed. |
Modifier and Type | Method and Description |
---|---|
void |
VersionControlledResource.label(LabelInfo labelInfo)
Modify the labels of the version referenced by the DAV:checked-in property
of this checked-in version-controlled resource.
|
void |
VersionResource.label(LabelInfo labelInfo)
Modify the labels of this version resource.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.