Class PropFindCommand
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.PropFindCommand
-
public class PropFindCommand extends Object
Created by The eXo Platform SAS
Author : Vitaly Guly.- Version:
- $Id: $
-
-
Constructor Summary
Constructors Constructor Description PropFindCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsepropfind(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty body, int depth, String baseURI)Webdav Propfind method implementation.
-
-
-
Method Detail
-
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
-
-