public class DeleteCommand
extends Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
Constructor Summary
Constructors
-
Method Summary
javax.ws.rs.core.Response
Webdav Delete method implementation.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeleteCommand
public DeleteCommand()
-
Method Details
-
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