Uses of Class
org.apache.jackrabbit.webdav.version.LabelInfo

Packages that use LabelInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods   
org.apache.jackrabbit.webdav.jcr   
org.apache.jackrabbit.webdav.jcr.version   
org.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
 LabelInfo WebdavRequestImpl.getLabelInfo()
           
 

Uses of LabelInfo in org.apache.jackrabbit.webdav.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type LabelInfo
LabelMethod(String uri, LabelInfo labelInfo)
          Create a new LabelMethod
 

Uses of LabelInfo in org.apache.jackrabbit.webdav.jcr
 

Methods in org.apache.jackrabbit.webdav.jcr with parameters of type LabelInfo
 void WorkspaceResourceImpl.label(LabelInfo labelInfo)
           
 void VersionControlledItemCollection.label(LabelInfo labelInfo)
          Modify the labels present with the versions of this resource.
 

Uses of LabelInfo in org.apache.jackrabbit.webdav.jcr.version
 

Methods in org.apache.jackrabbit.webdav.jcr.version with parameters of type LabelInfo
 void VersionItemCollection.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
 void VersionResourceImpl.label(LabelInfo labelInfo)
          Modify the labels defined for the underlying repository version.
 void VersionControlledResourceImpl.label(LabelInfo labelInfo)
          Modify the labels present with the versions of this resource.
 

Uses of LabelInfo in org.apache.jackrabbit.webdav.version
 

Methods in org.apache.jackrabbit.webdav.version that return LabelInfo
 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.
 

Methods in org.apache.jackrabbit.webdav.version with parameters of type LabelInfo
 void VersionResource.label(LabelInfo labelInfo)
          Modify the labels of this version resource.
 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.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.