Class PropFindCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.PropFindCommand
Created by The eXo Platform SAS
Author : Vitaly Guly.
Author : Vitaly Guly.
- Version:
- $Id: $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropFindCommand
public PropFindCommand()
-
-
Method Details
-
propfind
public 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.- Parameters:
session- current sessionpath- resource pathbody- request bodydepth- request depthbaseURI- base Uri- Returns:
- the instance of javax.ws.rs.core.Response
-