Uses of Class
org.alfresco.repo.webdav.WebDAVProperty
Packages that use WebDAVProperty
-
Uses of WebDAVProperty in org.alfresco.repo.webdav
Fields in org.alfresco.repo.webdav with type parameters of type WebDAVPropertyMethods in org.alfresco.repo.webdav that return WebDAVPropertyModifier and TypeMethodDescriptionprotected WebDAVProperty
PropFindMethod.createProperty
(Node node) Creates a WebDAVProperty from the given XML nodeprotected WebDAVProperty
PropPatchMethod.createProperty
(Node node) Creates a WebDAVProperty from the given XML nodePropPatchMethod.PropertyAction.getProperty()
Methods in org.alfresco.repo.webdav with parameters of type WebDAVPropertyModifier and TypeMethodDescriptionprotected void
PropPatchMethod.generatePropertyResponse
(org.dom4j.io.XMLWriter xml, WebDAVProperty property, int status, String description) Generates the XML response for a PROPFIND request that asks for a list of all known propertiesConstructors in org.alfresco.repo.webdav with parameters of type WebDAVProperty