org.exoplatform.services.jcr.webdav.command.deltav
Class ReportCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.deltav.ReportCommand
public class ReportCommand
- extends Object
Created by The eXo Platform SAS Author : Vitaly Guly.
- Version:
- $Id: $
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportCommand
public ReportCommand()
report
public 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.
- Parameters:
session - current sessionpath - resource pathbody - request bidydepth - report depthbaseURI - base Uri
- Returns:
- the instance of javax.ws.rs.core.Response
getProperties
protected Set<QName> getProperties(org.exoplatform.common.util.HierarchicalProperty body)
- Returns the list of properties.
- Parameters:
body - request body
- Returns:
- the list of properties
Copyright © 2014 eXo Platform SAS. All Rights Reserved.