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

org.exoplatform.services.jcr.webdav.command.deltav
Class ReportCommand

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

public class ReportCommand
extends Object

Created by The eXo Platform SAS Author : Vitaly Guly.

Version:
$Id: $

Constructor Summary
ReportCommand()
           
 
Method Summary
protected  Set<QName> getProperties(org.exoplatform.common.util.HierarchicalProperty body)
          Returns the list of properties.
 javax.ws.rs.core.Response report(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty body, Depth depth, String baseURI)
          Webdav Report method implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportCommand

public ReportCommand()
Method Detail

report

public javax.ws.rs.core.Response report(javax.jcr.Session session,
                                        String path,
                                        org.exoplatform.common.util.HierarchicalProperty body,
                                        Depth depth,
                                        String baseURI)
Webdav Report method implementation.

Parameters:
session - current session
path - resource path
body - request bidy
depth - report depth
baseURI - base Uri
Returns:
the instance of javax.ws.rs.core.Response

getProperties

protected Set<QName> getProperties(org.exoplatform.common.util.HierarchicalProperty body)
Returns the list of properties.

Parameters:
body - request body
Returns:
the list of properties

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

Copyright © 2014 eXo Platform SAS. All Rights Reserved.