org.exoplatform.services.jcr.webdav.command
Class UnLockCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.UnLockCommand
public class UnLockCommand
- extends Object
Created by The eXo Platform SAS. Author : Vitaly Guly
- Version:
- $Id: $
|
Method Summary |
javax.ws.rs.core.Response |
unLock(javax.jcr.Session session,
String path,
List<String> tokens)
Webdav Unlock method implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nullResourceLocks
protected final NullResourceLocksHolder nullResourceLocks
- resource locks.
UnLockCommand
public UnLockCommand(NullResourceLocksHolder nullResourceLocks)
- Constructor.
- Parameters:
nullResourceLocks - resource locks.
unLock
public javax.ws.rs.core.Response unLock(javax.jcr.Session session,
String path,
List<String> tokens)
- Webdav Unlock method implementation.
- Parameters:
session - current seesionpath - resource pathtokens - tokens
- Returns:
- the instance of javax.ws.rs.core.Response
Copyright © 2014 eXo Platform SAS. All Rights Reserved.