Uses of Class
org.apache.jackrabbit.webdav.version.LabelInfo
-
Packages that use LabelInfo 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.version -
-
Uses of LabelInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return LabelInfo Modifier and Type Method Description LabelInfoWebdavRequestImpl. getLabelInfo() -
Uses of LabelInfo in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type LabelInfo Constructor Description HttpLabel(String uri, LabelInfo labelInfo)HttpLabel(URI uri, LabelInfo labelInfo) -
Uses of LabelInfo in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return LabelInfo Modifier and Type Method Description LabelInfoDeltaVServletRequest. getLabelInfo()Return the request body asLabelInfoobject ornullif parsing the request body or the creation of the label info failed.Methods in org.apache.jackrabbit.webdav.version with parameters of type LabelInfo Modifier and Type Method Description voidVersionControlledResource. label(LabelInfo labelInfo)Modify the labels of the version referenced by the DAV:checked-in property of this checked-in version-controlled resource.voidVersionResource. label(LabelInfo labelInfo)Modify the labels of this version resource.
-