Package org.apache.jackrabbit.webdav.client.methods

Interface Summary
DavMethod DavMethod...
 

Class Summary
AclMethod AclMethod...
BaselineControlMethod BaselineControlMethod...
BindMethod BindMethod creates a new binding to a resource.
CheckinMethod CheckinMethod...
CheckoutMethod CheckoutMethod...
CopyMethod CopyMethod...
DavMethodBase DavMethodBase...
DeleteMethod DeleteMethod...
LabelMethod LabelMethod...
LockMethod LockMethod...
MergeMethod MergeMethod...
MkActivityMethod MkActivityMethod...
MkColMethod MkColMethod...
MkWorkspaceMethod MkWorkspaceMethod...
MoveMethod MoveMethod...
OptionsMethod OptionsMethod...
OrderPatchMethod OrderPatchMethod...
PollMethod PollMethod imple
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.
PropPatchMethod PropPatchMethod...
PutMethod PutMethod...
RebindMethod RebindMethod replaces a binding to a resource (atomic version of move).
ReportMethod ReportMethod...
SearchMethod SearchMethod...
SubscribeMethod SubscribeMethod...
UnbindMethod UnbindMethod removes a binding to a resource (semantically equivalent to delete).
UncheckoutMethod UncheckoutMethod...
UnLockMethod UnLockMethod...
UnSubscribeMethod UnSubscribeMethod...
UpdateMethod UpdateMethod...
VersionControlMethod VersionControlMethod...
XmlRequestEntity XmlRequestEntity...
 



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