org.exoplatform.services.jcr.webdav.command
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: $
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropFindCommand
public PropFindCommand()
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
Copyright © 2014 eXo Platform SAS. All Rights Reserved.