public class PropPatchCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
protected NullResourceLocksHolder |
lockHolder
resource locks.
|
| Constructor and Description |
|---|
PropPatchCommand(NullResourceLocksHolder lockHolder)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
propPatch(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
List<String> tokens,
String baseURI)
Webdav Proppatch method method implementation.
|
List<org.exoplatform.common.util.HierarchicalProperty> |
removeList(org.exoplatform.common.util.HierarchicalProperty request)
List of properties to remove.
|
List<org.exoplatform.common.util.HierarchicalProperty> |
setList(org.exoplatform.common.util.HierarchicalProperty request)
List of properties to set.
|
protected final NullResourceLocksHolder lockHolder
public PropPatchCommand(NullResourceLocksHolder lockHolder)
lockHolder - resource lockspublic javax.ws.rs.core.Response propPatch(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
List<String> tokens,
String baseURI)
session - current sessionpath - resource pathbody - request bodytokens - tokensbaseURI - base uripublic List<org.exoplatform.common.util.HierarchicalProperty> setList(org.exoplatform.common.util.HierarchicalProperty request)
request - request bodypublic List<org.exoplatform.common.util.HierarchicalProperty> removeList(org.exoplatform.common.util.HierarchicalProperty request)
request - request bodyCopyright © 2016 eXo Platform SAS. All Rights Reserved.