Uses of Class
org.apache.jackrabbit.webdav.client.methods.DavMethodBase

Packages that use DavMethodBase
org.apache.jackrabbit.webdav.client.methods   
 

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

Subclasses of DavMethodBase in org.apache.jackrabbit.webdav.client.methods
 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 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-2008 The Apache Software Foundation. All Rights Reserved.