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.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResourceorg.apache.jackrabbit.webdav.simple 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.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type LabelInfo Modifier and Type Method Description voidVersionControlledItemCollection. label(LabelInfo labelInfo)Modify the labels present with the versions of this resource.voidWorkspaceResourceImpl. label(LabelInfo labelInfo) - 
Uses of LabelInfo in org.apache.jackrabbit.webdav.jcr.version
Methods in org.apache.jackrabbit.webdav.jcr.version with parameters of type LabelInfo Modifier and Type Method Description voidVersionItemCollection. label(LabelInfo labelInfo)Modify the labels defined for the underlying repository version. - 
Uses of LabelInfo in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type LabelInfo Modifier and Type Method Description voidVersionControlledResourceImpl. label(LabelInfo labelInfo)Modify the labels present with the versions of this resource.voidVersionResourceImpl. label(LabelInfo labelInfo)Modify the labels defined for the underlying repository version. - 
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. 
 -