Class PropFindCommand


  • public class PropFindCommand
    extends Object
    Created by The eXo Platform SAS
    Author : Vitaly Guly.
    Version:
    $Id: $
    • 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