Uses of Class
org.alfresco.repo.webdav.WebDAVProperty
-
Packages that use WebDAVProperty Package Description org.alfresco.repo.webdav -
-
Uses of WebDAVProperty in org.alfresco.repo.webdav
Fields in org.alfresco.repo.webdav with type parameters of type WebDAVProperty Modifier and Type Field Description protected ArrayList<WebDAVProperty>PropFindMethod. m_propertiesMethods in org.alfresco.repo.webdav that return WebDAVProperty Modifier and Type Method Description protected WebDAVPropertyPropFindMethod. createProperty(Node node)Creates a WebDAVProperty from the given XML nodeprotected WebDAVPropertyPropPatchMethod. createProperty(Node node)Creates a WebDAVProperty from the given XML nodeWebDAVPropertyPropPatchMethod.PropertyAction. getProperty()Methods in org.alfresco.repo.webdav with parameters of type WebDAVProperty Modifier and Type Method Description protected voidPropPatchMethod. 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 Constructor Description PropertyAction(int action, WebDAVProperty property)Constructor
-