Package | Description |
---|---|
com.jalios.jcms.webdav |
Contains classes which provides webdav access to JCMS.
|
Modifier and Type | Field and 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 it
|
protected 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?
|
protected static java.util.Set<WebdavProperty> |
WebdavContext.propRFC2518Set
Sets of webdav properties used to filter webdav
properties for folder, files, microsoft, rfc2518
|
protected static java.util.Set<WebdavProperty> |
WebdavContext.propSubSet |
Modifier and Type | Method and 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 path
|
Modifier and Type | Method and 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 Node
|
static java.util.Set<WebdavProperty> |
WebdavPropertyManager.getProperties(java.lang.String resourcePath)
Return all the properties for a given resource
|
Modifier and Type | Method and Description |
---|---|
static void |
WebdavPropertyManager.addProperty(WebdavProperty property,
java.lang.String resourcePath)
Add a property for the given resource path
|
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 path
|
static void |
WebdavPropertyManager.removeProperty(WebdavProperty property,
java.lang.String resourcePath)
Remove a property for the given resource path
|
Modifier and Type | Method and Description |
---|---|
static void |
WebdavPropertyManager.setProperties(java.lang.String resourcePath,
java.util.Set<WebdavProperty> properties)
Overrided properties for a given resource path
|
java.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.writeProperties_FindByProperty(java.lang.String resourcePath,
java.util.Collection<WebdavProperty> props,
java.util.Collection<WebdavProperty> propertiesNotFound) |
protected 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 type
|
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) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.