Uses of Interface
org.apache.jackrabbit.webdav.property.DavProperty
Packages that use DavProperty
Package
Description
-
Uses of DavProperty in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavPropertyModifier and TypeMethodDescriptionDavProperty<?>
DavResource.getProperty
(DavPropertyName name) Return the webdav property with the specified name.Methods in org.apache.jackrabbit.webdav with parameters of type DavPropertyModifier and TypeMethodDescriptionvoid
MultiStatusResponse.add
(DavProperty<?> property) Adds a property to this response '200' propstat set.void
MultiStatusResponse.add
(DavProperty<?> property, int status) Adds a property to this responsevoid
DavResource.setProperty
(DavProperty<?> property) Add/Set the specified property on this resource. -
Uses of DavProperty in org.apache.jackrabbit.webdav.property
Classes in org.apache.jackrabbit.webdav.property that implement DavPropertyModifier and TypeClassDescriptionclass
AbstractDavProperty
provides generic METHODS used by various implementations of theDavProperty
interface.class
DefaultDavProperty
...class
HrefProperty
is an extension to the commonDavProperty
.class
TheResourceType
class represents the webdav resource type property.Methods in org.apache.jackrabbit.webdav.property that return DavPropertyModifier and TypeMethodDescriptionDavProperty<?>
DavPropertySet.add
(DavProperty<?> property) Adds a new property to this set.DavProperty<?>
Retrieves the property with the specifiedname
and the default WebDAVnamespace
.DavProperty<?>
Retrieves the property with the specifiedname
andnamespace
.DavProperty<?>
DavPropertySet.get
(DavPropertyName name) Retrieves the property with the specifiedname
DavProperty<?>
DavPropertyIterator.nextProperty()
Returns the nextProperty
.DavProperty<?>
Removes the property with the specifiedname
and the default WebDAVnamespace
.DavProperty<?>
Removes the property with the specifiedname
andnamespace
from this set.DavProperty<?>
DavPropertySet.remove
(DavPropertyName name) Removes the indicated property from this set.Methods in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyModifier and TypeMethodDescriptionDavProperty<?>
DavPropertySet.add
(DavProperty<?> property) Adds a new property to this set.Constructors in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyModifierConstructorDescriptionHrefProperty
(DavProperty<?> prop) Create a newHrefProperty
from the specified property. -
Uses of DavProperty in org.apache.openmeetings.service.calendar.caldav
Methods in org.apache.openmeetings.service.calendar.caldav with parameters of type DavPropertyModifier and TypeMethodDescriptionstatic String
AppointmentManager.getTokenFromProperty
(DavProperty<?> property) Returns the String value of the property, else null.