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