| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebdavProperty | |
|---|---|
| com.jalios.jcms.webdav | Contains classes which provides webdav access to JCMS. | 
| Uses of WebdavProperty in com.jalios.jcms.webdav | 
|---|
| Fields in com.jalios.jcms.webdav with type parameters of type WebdavProperty | |
|---|---|
| static Map<String,Map<String,WebdavProperty>> | WebdavPropertyManager.memoryPropertiesThis is an in Memory Property manager used to handle PROPPATCH even if JCMS will handle it | 
| protected static Set<WebdavProperty> | WebdavContext.propAllSet | 
| protected static Set<WebdavProperty> | WebdavContext.propFileSet | 
| protected static Set<WebdavProperty> | WebdavContext.propMSWebFolderSetMicrosoft Implementation can be found here: http://msdn.microsoft.com/library/default.asp? | 
| protected static Set<WebdavProperty> | WebdavContext.propRFC2518SetSets of webdav properties used to filter webdav properties for folder, files, microsoft, rfc2518 | 
| protected static Set<WebdavProperty> | WebdavContext.propSubSet | 
| Methods in com.jalios.jcms.webdav that return WebdavProperty | |
|---|---|
| static WebdavProperty | WebdavPropertyManager.getProperty(WebdavProperty propertyModel,
            String resourcePath)Retrieve the in memory property instance matching the specified property model for the given resource path | 
| Methods in com.jalios.jcms.webdav that return types with arguments of type WebdavProperty | |
|---|---|
| protected  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 Node | 
| static Set<WebdavProperty> | WebdavPropertyManager.getProperties(String resourcePath)Return all the properties for a given resource | 
| Methods in com.jalios.jcms.webdav with parameters of type WebdavProperty | |
|---|---|
| static void | WebdavPropertyManager.addProperty(WebdavProperty property,
            String resourcePath)Add a property for the given resource path | 
| static WebdavProperty | WebdavPropertyManager.getProperty(WebdavProperty propertyModel,
            String resourcePath)Retrieve the in memory property instance matching the specified property model for the given resource path | 
| static void | WebdavPropertyManager.removeProperty(WebdavProperty property,
               String resourcePath)Remove a property for the given resource path | 
| Method parameters in com.jalios.jcms.webdav with type arguments of type WebdavProperty | |
|---|---|
| static void | WebdavPropertyManager.setProperties(String resourcePath,
              Set<WebdavProperty> properties)Overrided properties for a given resource path | 
|  List<org.jdom.Element> | WebdavContext.writeProperties_FindByProperty(String resourcePath,
                               Collection<WebdavProperty> props,
                               Collection<WebdavProperty> propertiesNotFound) | 
|  List<org.jdom.Element> | WebdavContext.writeProperties_FindByProperty(String resourcePath,
                               Collection<WebdavProperty> props,
                               Collection<WebdavProperty> propertiesNotFound) | 
| protected  List<org.jdom.Element> | WebdavContext.writeProperties(String resourcePath,
                String statusMsg,
                com.jalios.jcms.webdav.WebdavManager.PropFindType propType,
                Collection<WebdavProperty> properties,
                WebdavContext ctxt)This method will write all properties of a given resource in a given type | 
|  List<org.jdom.Element> | WebdavContext.writePropPatch(WebdavResource resource,
               List<WebdavProperty> wdPropList)Write PropPatch XML answer for the given WebdavResource. | 
|  org.jdom.Element | WebdavContext.writeResponseProperties(String resPath,
                        com.jalios.jcms.webdav.WebdavManager.PropFindType propType,
                        Collection<WebdavProperty> properties,
                        WebdavContext ctxt) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||