Uses of Class
org.apache.jackrabbit.webdav.property.DavPropertyName
Packages that use DavPropertyName
-
Uses of DavPropertyName in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavPropertyNameModifier and TypeMethodDescriptionDavResource.getPropertyNames()
Returns an array of allproperty names
available on this resource.Methods in org.apache.jackrabbit.webdav with parameters of type DavPropertyNameModifier and TypeMethodDescriptionvoid
MultiStatusResponse.add
(DavPropertyName propertyName) Adds a property name to this response '200' propstat set.void
MultiStatusResponse.add
(DavPropertyName propertyName, int status) Adds a property name to this responseDavProperty<?>
DavResource.getProperty
(DavPropertyName name) Return the webdav property with the specified name.void
DavResource.removeProperty
(DavPropertyName propertyName) Remove the specified property from this resource. -
Uses of DavPropertyName in org.apache.jackrabbit.webdav.property
Fields in org.apache.jackrabbit.webdav.property declared as DavPropertyNameModifier and TypeFieldDescriptionstatic final DavPropertyName
DavPropertyName.CREATIONDATE
static final DavPropertyName
DavPropertyName.DISPLAYNAME
static final DavPropertyName
DavPropertyName.GETCONTENTLANGUAGE
static final DavPropertyName
DavPropertyName.GETCONTENTLENGTH
static final DavPropertyName
DavPropertyName.GETCONTENTTYPE
static final DavPropertyName
DavPropertyName.GETETAG
static final DavPropertyName
DavPropertyName.GETLASTMODIFIED
static final DavPropertyName
DavPropertyName.ISCOLLECTION
static final DavPropertyName
DavPropertyName.LOCKDISCOVERY
static final DavPropertyName
DavPropertyName.RESOURCETYPE
static final DavPropertyName
DavPropertyName.SOURCE
static final DavPropertyName
DavPropertyName.SUPPORTEDLOCK
Methods in org.apache.jackrabbit.webdav.property that return DavPropertyNameModifier and TypeMethodDescriptionstatic DavPropertyName
Creates a newDavPropertyName
with the given local name and the default WebDAVnamespace
.static DavPropertyName
Creates a newDavPropertyName
with the given name and Namespace.static DavPropertyName
DavPropertyName.createFromXml
(Element nameElement) Create a newDavPropertyName
with the name and namespace of the given Xml element.AbstractDavProperty.getName()
Returns the name of this property.DavProperty.getName()
Returns the name of this propertyDavPropertySet.getPropertyNames()
Return the names of all properties present in this set.DavPropertyNameIterator.nextPropertyName()
Methods in org.apache.jackrabbit.webdav.property that return types with arguments of type DavPropertyNameMethods in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyNameModifier and TypeMethodDescriptionboolean
DavPropertyNameSet.add
(DavPropertyName propertyName) Adds the specifiedDavPropertyName
object to this set if it is not already present.boolean
DavPropertyNameSet.contains
(DavPropertyName name) boolean
DavPropertySet.contains
(DavPropertyName name) Checks if this set contains the property with the specified name.abstract boolean
PropContainer.contains
(DavPropertyName name) Returns true if thisPropContainer
contains a content element that matches the givenDavPropertyName
.DavProperty<?>
DavPropertySet.get
(DavPropertyName name) Retrieves the property with the specifiedname
boolean
DavPropertyNameSet.remove
(DavPropertyName propertyName) Removes the specifiedDavPropertyName
object from this set.DavProperty<?>
DavPropertySet.remove
(DavPropertyName name) Removes the indicated property from this set.Constructors in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyNameModifierConstructorDescriptionAbstractDavProperty
(DavPropertyName name, boolean isInvisibleInAllprop) Create a newAbstractDavProperty
with the givenDavPropertyName
and a boolean flag indicating whether this property should be suppressed in PROPFIND/allprop responses.DefaultDavProperty
(DavPropertyName name, T value) Creates a new non- protected WebDAV property with the givenDavPropertyName
and value.DefaultDavProperty
(DavPropertyName name, T value, boolean isInvisibleInAllprop) Creates a new WebDAV property with the givenDavPropertyName
and value.HrefProperty
(DavPropertyName name, String[] value, boolean isInvisibleInAllprop) Creates a new WebDAV property with the givenDavPropertyName
HrefProperty
(DavPropertyName name, String value, boolean isInvisibleInAllprop) Creates a new WebDAV property with the givenDavPropertyName