eXo JCR :: Component :: Webdav Service 1.15.10-GA

org.exoplatform.services.jcr.webdav.command
Class PropFindCommand

java.lang.Object
  extended by 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
PropFindCommand()
           
 
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
 

Constructor Detail

PropFindCommand

public PropFindCommand()
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 session
path - resource path
body - request body
depth - request depth
baseURI - base Uri
Returns:
the instance of javax.ws.rs.core.Response

eXo JCR :: Component :: Webdav Service 1.15.10-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.