Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
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. |
org.apache.jackrabbit.webdav.jcr.property | |
org.apache.jackrabbit.webdav.property |
Interfaces and classes related to WebDAV properties.
|
org.apache.jackrabbit.webdav.security.report | |
org.apache.jackrabbit.webdav.version |
Interfaces and classes used to cover functionality defined by
RFC 3253: Versioning Extensions to WebDAV.
|
org.apache.jackrabbit.webdav.version.report |
Report interface and inplementation for default reports defined by RFC 3253.
|
Modifier and Type | Method and Description |
---|---|
DavPropertyNameSet |
MultiStatusResponse.getPropertyNames(int status)
Get property names present in this response for the given status code.
|
DavPropertyNameSet |
WebdavRequestImpl.getPropFindProperties()
Returns the set of properties requested by the PROPFIND body or an
empty set if the
type is either 'allprop' or
'propname'. |
DavPropertyNameSet |
DavServletRequest.getPropFindProperties()
Return the set of properties the client requested with a PROPFIND request
or an empty set if the type of PROPFIND request was
DavConstants.PROPFIND_ALL_PROP
or DavConstants.PROPFIND_PROPERTY_NAMES . |
Modifier and Type | Method and Description |
---|---|
void |
MultiStatus.addResourceProperties(DavResource resource,
DavPropertyNameSet propNameSet,
int depth)
Add response(s) to this multistatus, in order to build a multistatus e.g.
|
void |
MultiStatus.addResourceProperties(DavResource resource,
DavPropertyNameSet propNameSet,
int propFindType,
int depth)
Add response(s) to this multistatus, in order to build a multistatus for
responding to a PROPFIND request.
|
Constructor and Description |
---|
MultiStatusResponse(DavResource resource,
DavPropertyNameSet propNameSet)
Constructs a WebDAV multistatus response and retrieves the resource
properties according to the given
DavPropertyNameSet . |
MultiStatusResponse(DavResource resource,
DavPropertyNameSet propNameSet,
int propFindType)
Constructs a WebDAV multistatus response and retrieves the resource
properties according to the given
DavPropertyNameSet . |
Constructor and Description |
---|
PropFindMethod(String uri,
DavPropertyNameSet propNameSet,
int depth) |
PropFindMethod(String uri,
int propfindType,
DavPropertyNameSet propNameSet,
int depth) |
PropPatchMethod(String uri,
DavPropertySet setProperties,
DavPropertyNameSet removeProperties) |
Modifier and Type | Field and Description |
---|---|
static DavPropertyNameSet |
JcrDavPropertyNameSet.BASE_SET
Default property names present with all resources.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.EXISTING_ITEM_BASE_SET
Additional property names defined for existing item resources.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.ITEM_BASE_SET
Additional property names defined for existing and non-existing item resources.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.NODE_SET
Additional property names defined by regular JCR nodes.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.PROPERTY_MV_SET
Additional property names defined by single value JCR properties.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.PROPERTY_SET
Additional property names defined by single value JCR properties.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.VERSION_SET
Additional property names defined by JCR version nodes.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.VERSIONABLE_SET
Additional property names defined by versionable JCR nodes.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.VERSIONHISTORY_SET
Additional property names defined by JCR version history nodes.
|
static DavPropertyNameSet |
JcrDavPropertyNameSet.WORKSPACE_SET
Property names defined for JCR workspace resources.
|
Modifier and Type | Method and Description |
---|---|
DavPropertyNameSet |
ProppatchInfo.getAffectedProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
DavPropertyNameSet.addAll(DavPropertyNameSet propertyNames)
Add the property names contained in the specified set to this set.
|
Constructor and Description |
---|
DavPropertyNameSet(DavPropertyNameSet initialSet)
Create a new
DavPropertyNameSet with the given initial values. |
PropfindInfo(int propfindType,
DavPropertyNameSet propNameSet) |
ProppatchInfo(DavPropertySet setProperties,
DavPropertyNameSet removeProperties) |
Modifier and Type | Method and Description |
---|---|
protected DavPropertyNameSet |
PrincipalSearchReport.SearchArgument.getSearchProperties() |
Modifier and Type | Method and Description |
---|---|
DavPropertyNameSet |
UpdateInfo.getPropertyNameSet()
Returns a
DavPropertyNameSet . |
DavPropertyNameSet |
MergeInfo.getPropertyNameSet()
Returns a
DavPropertyNameSet . |
Constructor and Description |
---|
UpdateInfo(String[] updateSource,
int updateType,
DavPropertyNameSet propertyNameSet) |
Modifier and Type | Method and Description |
---|---|
DavPropertyNameSet |
ReportInfo.getPropertyNameSet()
Returns a
DavPropertyNameSet providing the property names present
in an eventual DavConstants.XML_PROP child element. |
Constructor and Description |
---|
ReportInfo(ReportType type,
int depth,
DavPropertyNameSet propertyNames)
Create a new
ReportInfo |
ReportInfo(String typelocalName,
Namespace typeNamespace,
int depth,
DavPropertyNameSet propertyNames)
Create a new
ReportInfo |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.