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

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.command.PropFindCommand

public class PropFindCommand
extends java.lang.Object

Created by The eXo Platform SAS
Author : Vitaly Guly

Version:
$Id: PropFindCommand.java 39871 2009-11-06 15:59:42Z dkatayev $

Constructor Summary
PropFindCommand()
           
 
Method Summary
 org.exoplatform.services.rest.Response propfind(javax.jcr.Session session, java.lang.String path, org.exoplatform.common.util.HierarchicalProperty body, int depth, java.lang.String baseURI)
           
 
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 org.exoplatform.services.rest.Response propfind(javax.jcr.Session session,
                                                       java.lang.String path,
                                                       org.exoplatform.common.util.HierarchicalProperty body,
                                                       int depth,
                                                       java.lang.String baseURI)
Parameters:
session -
path -
body -
depth -
baseURI -
Returns:


Copyright © 2010 eXo Platform SAS. All Rights Reserved.