Class ReportCommand
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.deltav.ReportCommand
-
public class ReportCommand extends Object
Created by The eXo Platform SAS- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ReportCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<QName>getProperties(org.exoplatform.common.util.HierarchicalProperty body)Returns the list of properties.javax.ws.rs.core.Responsereport(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty body, Depth depth, String baseURI)Webdav Report method implementation.
-
-
-
Method Detail
-
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
-
-