Class ReportCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.deltav.ReportCommand
Created by The eXo Platform SAS
- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperties(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.
-
Constructor Details
-
ReportCommand
public ReportCommand()
-
-
Method Details
-
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
Returns the list of properties.- Parameters:
body- request body- Returns:
- the list of properties
-