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

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

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

public class DeleteCommand
extends Object

Created by The eXo Platform SAS Author : Vitaly Guly.

Version:
$Id: $

Constructor Summary
DeleteCommand()
           
 
Method Summary
 javax.ws.rs.core.Response delete(javax.jcr.Session session, String path, String lockTokenHeader)
          Webdav Delete method implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteCommand

public DeleteCommand()
Method Detail

delete

public javax.ws.rs.core.Response delete(javax.jcr.Session session,
                                        String path,
                                        String lockTokenHeader)
Webdav Delete method implementation.

Parameters:
session - current session
path - file path
lockTokenHeader - lock tokens
Returns:
the instance of javax.ws.rs.core.Response

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

Copyright © 2013 eXo Platform SAS. All Rights Reserved.