Uses of Class
com.jalios.jcms.webdav.WebdavProperty
-
Packages that use WebdavProperty Package Description com.jalios.jcms.webdav Contains classes which provides webdav access to JPlatform. -
-
Uses of WebdavProperty in com.jalios.jcms.webdav
Fields in com.jalios.jcms.webdav with type parameters of type WebdavProperty Modifier and Type Field Description static java.util.Map<java.lang.String,java.util.Map<java.lang.String,WebdavProperty>>
WebdavPropertyManager. memoryProperties
This is an in Memory Property manager used to handle PROPPATCH even if JCMS will handle itprotected static java.util.Set<WebdavProperty>
WebdavContext. propAllSet
protected static java.util.Set<WebdavProperty>
WebdavContext. propFileSet
protected static java.util.Set<WebdavProperty>
WebdavContext. propMSWebFolderSet
Microsoft Implementation can be found here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_schema_dav.asp http://www.greenbytes.de/tech/webdav/webdavfaq.html http://www.greenbytes.de/tech/webdav/draft-hopmann-collection-props-00.txtprotected static java.util.Set<WebdavProperty>
WebdavContext. propRFC2518Set
Sets of webdav properties used to filter webdav properties for folder, files, microsoft, rfc2518protected static java.util.Set<WebdavProperty>
WebdavContext. propSubSet
Methods in com.jalios.jcms.webdav that return WebdavProperty Modifier and Type Method Description static WebdavProperty
WebdavPropertyManager. getProperty(WebdavProperty propertyModel, java.lang.String resourcePath)
Retrieve the in memory property instance matching the specified property model for the given resource pathMethods in com.jalios.jcms.webdav that return types with arguments of type WebdavProperty Modifier and Type Method Description protected java.util.Collection<WebdavProperty>
WebdavManager. doPropfindByProperty(com.jalios.jcms.webdav.WebdavManager.PropFindType type, org.jdom.Element propNode)
If type is FIND_BY_PROPERTY This method will return a list of Properties for the given Property Nodestatic java.util.Set<WebdavProperty>
WebdavPropertyManager. getProperties(java.lang.String resourcePath)
Return all the properties for a given resourceMethods in com.jalios.jcms.webdav with parameters of type WebdavProperty Modifier and Type Method Description static void
WebdavPropertyManager. addProperty(WebdavProperty property, java.lang.String resourcePath)
Add a property for the given resource pathstatic WebdavProperty
WebdavPropertyManager. getProperty(WebdavProperty propertyModel, java.lang.String resourcePath)
Retrieve the in memory property instance matching the specified property model for the given resource pathstatic void
WebdavPropertyManager. removeProperty(WebdavProperty property, java.lang.String resourcePath)
Remove a property for the given resource pathMethod parameters in com.jalios.jcms.webdav with type arguments of type WebdavProperty Modifier and Type Method Description static void
WebdavPropertyManager. setProperties(java.lang.String resourcePath, java.util.Set<WebdavProperty> properties)
Overrided properties for a given resource pathprotected java.util.List<org.jdom.Element>
WebdavContext. writeProperties(java.lang.String resourcePath, java.lang.String statusMsg, com.jalios.jcms.webdav.WebdavManager.PropFindType propType, java.util.Collection<WebdavProperty> properties, WebdavContext ctxt)
This method will write all properties of a given resource in a given typejava.util.List<org.jdom.Element>
WebdavContext. writeProperties_FindByProperty(java.lang.String resourcePath, java.util.Collection<WebdavProperty> props, java.util.Collection<WebdavProperty> propertiesNotFound)
java.util.List<org.jdom.Element>
WebdavContext. writePropPatch(WebdavResource resource, java.util.List<WebdavProperty> wdPropList)
Write PropPatch XML answer for the given WebdavResource.org.jdom.Element
WebdavContext. writeResponseProperties(java.lang.String resPath, com.jalios.jcms.webdav.WebdavManager.PropFindType propType, java.util.Collection<WebdavProperty> properties, WebdavContext ctxt)
-