Uses of Class
org.apache.jackrabbit.webdav.property.DavPropertyNameSet
Packages that use DavPropertyNameSet
Package
Description
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
-
Uses of DavPropertyNameSet in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavPropertyNameSetModifier and TypeMethodDescriptionMultiStatusResponse.getPropertyNames
(int status) Get property names present in this response for the given status code.DavServletRequest.getPropFindProperties()
Return the set of properties the client requested with a PROPFIND request or an empty set if the type of PROPFIND request wasDavConstants.PROPFIND_ALL_PROP
orDavConstants.PROPFIND_PROPERTY_NAMES
.WebdavRequestImpl.getPropFindProperties()
Returns the set of properties requested by the PROPFIND body or an empty set if thetype
is either 'allprop' or 'propname'.Methods in org.apache.jackrabbit.webdav with parameters of type DavPropertyNameSetModifier and TypeMethodDescriptionvoid
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.Constructors in org.apache.jackrabbit.webdav with parameters of type DavPropertyNameSetModifierConstructorDescriptionMultiStatusResponse
(DavResource resource, DavPropertyNameSet propNameSet) Constructs a WebDAV multistatus response and retrieves the resource properties according to the givenDavPropertyNameSet
.MultiStatusResponse
(DavResource resource, DavPropertyNameSet propNameSet, int propFindType) Constructs a WebDAV multistatus response and retrieves the resource properties according to the givenDavPropertyNameSet
. -
Uses of DavPropertyNameSet in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type DavPropertyNameSetModifierConstructorDescriptionHttpPropfind
(String uri, int propfindType, DavPropertyNameSet names, int depth) HttpPropfind
(String uri, DavPropertyNameSet names, int depth) HttpPropfind
(URI uri, int propfindType, DavPropertyNameSet names, int depth) HttpPropfind
(URI uri, DavPropertyNameSet names, int depth) HttpProppatch
(String uri, DavPropertySet setProperties, DavPropertyNameSet removeProperties) HttpProppatch
(URI uri, DavPropertySet setProperties, DavPropertyNameSet removeProperties) -
Uses of DavPropertyNameSet in org.apache.jackrabbit.webdav.property
Methods in org.apache.jackrabbit.webdav.property that return DavPropertyNameSetMethods in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyNameSetModifier and TypeMethodDescriptionboolean
DavPropertyNameSet.addAll
(DavPropertyNameSet propertyNames) Add the property names contained in the specified set to this set.Constructors in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyNameSetModifierConstructorDescriptionDavPropertyNameSet
(DavPropertyNameSet initialSet) Create a newDavPropertyNameSet
with the given initial values.PropfindInfo
(int propfindType, DavPropertyNameSet propNameSet) ProppatchInfo
(DavPropertySet setProperties, DavPropertyNameSet removeProperties)