Uses of Interface
org.apache.jackrabbit.webdav.client.methods.DavMethod

Packages that use DavMethod
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
 

Uses of DavMethod in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav with parameters of type DavMethod
static RepositoryException ExceptionConverter.generate(DavException davExc, DavMethod method)
           
 

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

Classes in org.apache.jackrabbit.webdav.client.methods that implement DavMethod
 class AclMethod
          AclMethod...
 class BaselineControlMethod
          BaselineControlMethod...
 class BindMethod
          BindMethod creates a new binding to a resource.
 class CheckinMethod
          CheckinMethod...
 class CheckoutMethod
          CheckoutMethod...
 class CopyMethod
          CopyMethod...
 class DavMethodBase
          DavMethodBase...
 class DeleteMethod
          DeleteMethod...
 class LabelMethod
          LabelMethod...
 class LockMethod
          LockMethod...
 class MergeMethod
          MergeMethod...
 class MkActivityMethod
          MkActivityMethod...
 class MkColMethod
          MkColMethod...
 class MkWorkspaceMethod
          MkWorkspaceMethod...
 class MoveMethod
          MoveMethod...
 class OptionsMethod
          OptionsMethod...
 class OrderPatchMethod
          OrderPatchMethod...
 class PollMethod
          PollMethod imple
 class PropFindMethod
          PropFindMethod, as specified in RFC 4918, Section 9.1 Supported types: DavConstants.PROPFIND_ALL_PROP: all custom properties, plus the live properties defined in RFC2518/RFC4918 DavConstants.PROPFIND_ALL_PROP_INCLUDE: same as DavConstants.PROPFIND_ALL_PROP plus the properties specified in propNameSet DavConstants.PROPFIND_BY_PROPERTY: just the properties specified in propNameSet DavConstants.PROPFIND_PROPERTY_NAMES: just the property names Note: only WebDAV level 3 servers support DavConstants.PROPFIND_ALL_PROP_INCLUDE, older servers will ignore the extension and act as if DavConstants.PROPFIND_ALL_PROP was used.
 class PropPatchMethod
          PropPatchMethod...
 class PutMethod
          PutMethod...
 class RebindMethod
          RebindMethod replaces a binding to a resource (atomic version of move).
 class ReportMethod
          ReportMethod...
 class SearchMethod
          SearchMethod...
 class SubscribeMethod
          SubscribeMethod...
 class UnbindMethod
          UnbindMethod removes a binding to a resource (semantically equivalent to delete).
 class UncheckoutMethod
          UncheckoutMethod...
 class UnLockMethod
          UnLockMethod...
 class UnSubscribeMethod
          UnSubscribeMethod...
 class UpdateMethod
          UpdateMethod...
 class VersionControlMethod
          VersionControlMethod...
 



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