public class PropFindCommand extends Object
| Constructor and Description |
|---|
PropFindCommand() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
propfind(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
int depth,
String baseURI)
Webdav Propfind method implementation.
|
public javax.ws.rs.core.Response propfind(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
int depth,
String baseURI)
session - current sessionpath - resource pathbody - request bodydepth - request depthbaseURI - base UriCopyright © 2016 eXo Platform SAS. All Rights Reserved.