Package | Description |
---|---|
org.apache.jackrabbit.spi2dav | |
org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. |
Modifier and Type | Method and Description |
---|---|
static javax.jcr.RepositoryException |
ExceptionConverter.generate(DavException davExc,
DavMethod method) |
Modifier and Type | Class and Description |
---|---|
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 implementation. |
class |
PropFindMethod
PropFindMethod , as specified in
RFC 4918, Section 9.1 |
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-2020 The Apache Software Foundation. All Rights Reserved.