public class ReportCommand extends Object
| Constructor and Description |
|---|
ReportCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<QName> |
getProperties(org.exoplatform.common.util.HierarchicalProperty body)
Returns the list of properties.
|
javax.ws.rs.core.Response |
report(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
Depth depth,
String baseURI)
Webdav Report method implementation.
|
public javax.ws.rs.core.Response report(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty body,
Depth depth,
String baseURI)
session - current sessionpath - resource pathbody - request bidydepth - report depthbaseURI - base UriCopyright © 2016 eXo Platform SAS. All Rights Reserved.